$OpenBSD: patch-src_Embedded_properties,v 1.2 2007/08/01 09:21:07 steven Exp $
--- src/Embedded.properties.orig	Fri Jun  8 16:42:52 2007
+++ src/Embedded.properties	Wed Jun 20 08:23:23 2007
@@ -79,7 +79,7 @@ if PLAT_WIN
 	command.scite.help.subsystem=2
 if PLAT_GTK
 	command.print.*=a2ps "$(FileNameExt)"
-	command.scite.help=netscape "file://$(SciteDefaultHome)/SciTEDoc.html"
+	command.scite.help=firefox "file://__DOCDIR__/SciTEDoc.html"
 
 code.page=0
 
@@ -3209,7 +3209,7 @@ if PLAT_WIN
 	command.go.$(file.patterns.web)="file://$(FilePath)"
 	command.go.subsystem.$(file.patterns.web)=2
 if PLAT_GTK
-	command.go.$(file.patterns.web)=netscape "file://$(FilePath)"
+	command.go.$(file.patterns.web)=firefox "file://$(FilePath)"
 
 command.go.$(file.patterns.php)=php -f "$(FileNameExt)"
 command.compile.$(file.patterns.php)=php -l "$(FileNameExt)"
