openbsd-ports/editors/scite/patches/patch-src_Embedded_properties
steven 526c0f9d45 update to 1.76
from Jeremy Evans (maintainer)
2008-03-22 11:44:42 +00:00

22 lines
855 B
Plaintext

$OpenBSD: patch-src_Embedded_properties,v 1.3 2008/03/22 11:44:42 steven Exp $
--- src/Embedded.properties.orig Fri Jun 8 17:42:52 2007
+++ src/Embedded.properties Fri Mar 21 15:42:32 2008
@@ -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)"