[GRASS-SVN] r41430 - grass/trunk/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Mar 13 13:55:35 EST 2010


Author: hellik
Date: 2010-03-13 13:55:33 -0500 (Sat, 13 Mar 2010)
New Revision: 41430

Modified:
   grass/trunk/mswindows/GRASS-Installer.nsi
Log:
use default browser - thanks to marisn (#980)

Modified: grass/trunk/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi	2010-03-13 18:54:46 UTC (rev 41429)
+++ grass/trunk/mswindows/GRASS-Installer.nsi	2010-03-13 18:55:33 UTC (rev 41430)
@@ -634,7 +634,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