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

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 1 16:10:54 EDT 2010


Author: hellik
Date: 2010-10-01 20:10:54 +0000 (Fri, 01 Oct 2010)
New Revision: 43762

Modified:
   grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
Log:
Set to default web browser also in WinGRASS with MSYS

Modified: grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-10-01 11:38:38 UTC (rev 43761)
+++ grass/branches/releasebranch_6_4/mswindows/GRASS-Installer.nsi	2010-10-01 20:10:54 UTC (rev 43762)
@@ -783,6 +783,10 @@
 	FileWrite $0 '   export GRASS_PYTHON$\r$\n'
 	FileWrite $0 'fi$\r$\n'
 	FileWrite $0 '$\r$\n'
+	FileWrite $0 '# Set to default web browser$\r$\n'
+	FileWrite $0 'GRASS_HTML_BROWSER=explorer$\r$\n'
+	FileWrite $0 'export GRASS_HTML_BROWSER$\r$\n'
+	FileWrite $0 '$\r$\n'
 	FileWrite $0 '# Set the GRASS_PROJSHARE variable$\r$\n'
 	FileWrite $0 'GRASS_PROJSHARE="$INSTALL_DIR\proj"$\r$\n'
 	FileWrite $0 'export GRASS_PROJSHARE$\r$\n'



More information about the grass-commit mailing list