freebsd-ports/textproc/xlhtml/files/patch-xlhtml_nsopen
Sergei Kolobov d6027cd923 - Patch browser helper utilities nsopen, nsxlview, and nsppptview
so that they work

PR:		53662
Submitted by:	John Merryweather Cooper <coop9211@uidaho.edu>
2003-12-13 00:34:18 +00:00

14 lines
464 B
Text

--- xlhtml/nsopen.orig Sun Jun 22 01:17:52 2003
+++ xlhtml/nsopen Sun Jun 22 01:18:51 2003
@@ -12,9 +12,9 @@
endif
#Try to open file in an existing netscape window
-(netscape -no-about-splash -remote "openFile(${file})") >& /dev/null
+(mozilla -remote "openFile(${file})") >& /dev/null
#if this fails, it means that netscape is not running, so start it
if ($status) then
- netscape -no-about-splash -no-install file:${file}
+ mozilla file:${file}
endif