[GRASS-SVN] r43763 - grass/branches/develbranch_6/mswindows

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Oct 1 16:13:17 EDT 2010


Author: hellik
Date: 2010-10-01 20:13:17 +0000 (Fri, 01 Oct 2010)
New Revision: 43763

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

Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-10-01 20:10:54 UTC (rev 43762)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi	2010-10-01 20:13:17 UTC (rev 43763)
@@ -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