[GRASS-SVN] r41428 - grass/branches/releasebranch_6_4/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Mar 13 13:54:07 EST 2010
Author: hellik
Date: 2010-03-13 13:54:06 -0500 (Sat, 13 Mar 2010)
New Revision: 41428
Modified:
grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
use default browser - thanks to marisn (#980)
Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2010-03-13 18:21:07 UTC (rev 41427)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi 2010-03-13 18:54:06 UTC (rev 41428)
@@ -650,7 +650,7 @@
; ${If} exist %PROGRAMFILES%/Mozilla Firefox/firefox.exe
;FileWrite $0 'set GRASS_HTML_BROWSER=%PROGRAMFILES%/Mozilla Firefox/firefox.exe$\r$\n'
; ${Else}
- FileWrite $0 'set GRASS_HTML_BROWSER=%PROGRAMFILES%/Internet Explorer/iexplore.exe$\r$\n'
+ FileWrite $0 'set GRASS_HTML_BROWSER=explorer$\r$\n'
; ${EndIf}
FileWrite $0 '$\r$\n'
FileWrite $0 'rem Path to the proj files (notably the epsg projection list)$\r$\n'
More information about the grass-commit
mailing list