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"
|