File: x-www-browser.patch

package info (click to toggle)
sdlbasic 0.0.20070714-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 7,928 kB
  • sloc: cpp: 49,901; ansic: 19,236; yacc: 1,232; makefile: 1,033; sh: 64
file content (25 lines) | stat: -rw-r--r-- 990 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Author: Evgeni Golov
Description: Use the default Debian browser instead of Firefox
Last-Update: 2009-05-06
--- a/src/sdlBasic/share/sdlBasic/Global.properties
+++ b/src/sdlBasic/share/sdlBasic/Global.properties
@@ -207,7 +207,7 @@
 	command.scite.help=explorer "$(SciteDefaultHome)\..\share\doc\sdlBasic\english\index.html"
 	command.scite.help.subsystem=2
 if PLAT_GTK
-	BROWSER=firefox
+	BROWSER=x-www-browser
 	#command.print.*=a2ps $(FileNameExt)
 	command.scite.help=$(BROWSER)  "file:/usr/share/doc/sdlbasic/english/index.html"
 # Internationalisation
--- a/src/sdlBasic/share/sdlBasic/sdlBasic.properties
+++ b/src/sdlBasic/share/sdlBasic/sdlBasic.properties
@@ -652,7 +652,7 @@
 	# uncomment this if you use kde and have problems with audio
 	#ARTSDSP=artsdsp -m
 	SDLBRT=$(ARTSDSP) /usr/bin/sdlBrt
-	BROWSER=firefox
+	BROWSER=x-www-browser
     command.go.*.sdlbas=$(SDLBRT) "$(FilePath)"
 	command.help.*.sdlbas=$(BROWSER) "file:/usr/share/doc/sdlbasic/english/QuickHelp.html"