blob: 197e1e4bd74ad449b5bafa765879ec4808349aa5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- 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
|