瀏覽代碼

use default browser - thanks to marisn (https://trac.osgeo.org/grass/ticket/980)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@41430 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky 15 年之前
父節點
當前提交
63002a9689
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mswindows/GRASS-Installer.nsi

+ 1 - 1
mswindows/GRASS-Installer.nsi

@@ -634,7 +634,7 @@ Section "GRASS" SecGRASS
 	; ${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'