Ticket #15928: patch-main.c
File patch-main.c, 401 bytes (added by mlund (Mikael Lund), 16 years ago) |
---|
Line | |
---|---|
1 | --- src/main.c Wed May 13 18:47:17 1998 |
2 | +++ src/main.c Thu Feb 17 11:14:33 2005 |
3 | @@ -164,7 +164,7 @@ |
4 | strcpy(xmgrdir, s); |
5 | } |
6 | #ifndef GR_HELPVIEWER |
7 | - strcpy(help_viewer, "netscape -noraise -remote openURL\\(%s,newwindow\\) >>/dev/null 2>&1 || netscape %s"); |
8 | + strcpy(help_viewer, "open\\(%s,newwindow\\) >>/dev/null 2>&1 || open %s"); |
9 | #else |
10 | strcpy(help_viewer, GR_HELPVIEWER); |
11 | #endif |