d6027cd923
so that they work PR: 53662 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu>
14 lines
464 B
Text
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
|