[GRASS-SVN] r45661 - grass/branches/releasebranch_6_4/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 14 16:33:54 EDT 2011
Author: hellik
Date: 2011-03-14 13:33:54 -0700 (Mon, 14 Mar 2011)
New Revision: 45661
Modified:
grass/branches/releasebranch_6_4/lib/init/init.bat
Log:
invoke system default webbrowser
Modified: grass/branches/releasebranch_6_4/lib/init/init.bat
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/init.bat 2011-03-14 18:13:05 UTC (rev 45660)
+++ grass/branches/releasebranch_6_4/lib/init/init.bat 2011-03-14 20:33:54 UTC (rev 45661)
@@ -49,7 +49,7 @@
rem Should do something with "assoc .html" and ftype here but would require
rem a new g.manual.bat too so leaving it like this for now...
-if "%GRASS_HTML_BROWSER%"=="" set GRASS_HTML_BROWSER=%SYSTEMDRIVE%/PROGRA~1/INTERN~1/IEXPLORE.EXE
+if "%GRASS_HTML_BROWSER%"=="" set GRASS_HTML_BROWSER=explorer
if "%GRASS_PROJSHARE%"=="" set GRASS_PROJSHARE=CONFIG_PROJSHARE
More information about the grass-commit
mailing list