[GRASS-SVN] r41483 - grass/branches/releasebranch_6_4/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 19 12:54:38 EDT 2010


Author: hellik
Date: 2010-03-19 12:54:36 -0400 (Fri, 19 Mar 2010)
New Revision: 41483

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
code clean up

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-03-19 16:26:50 UTC (rev 41482)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-03-19 16:54:36 UTC (rev 41483)
@@ -645,13 +645,8 @@
 	FileWrite $0 'set PATH=%GRASSDIR%\extrabin;%GRASSDIR%\extralib;%PATH%$\r$\n'
 	FileWrite $0 'set PATH=%GRASSDIR%\tcl-tk\bin;%GRASSDIR%\sqlite\bin;%GRASSDIR%\gpsbabel;%PATH%$\r$\n'
 	FileWrite $0 '$\r$\n'
-	FileWrite $0 'rem Set Path to MSIE web browser$\r$\n'	
-	; FIXME
-	; ${If} exist %PROGRAMFILES%/Mozilla Firefox/firefox.exe
-	;FileWrite $0 'set GRASS_HTML_BROWSER=%PROGRAMFILES%/Mozilla Firefox/firefox.exe$\r$\n'
-	; ${Else}
+	FileWrite $0 'rem Set Path to default web browser$\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'	
 	FileWrite $0 'set GRASS_PROJSHARE=%GRASSDIR%\proj$\r$\n'



More information about the grass-commit mailing list