[GRASS-SVN] r55888 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Apr 18 03:43:21 PDT 2013
Author: hamish
Date: 2013-04-18 03:43:21 -0700 (Thu, 18 Apr 2013)
New Revision: 55888
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
cmd terminal was removed so remove it from the tooltip; minimize the dos box (merge from devbr6)
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2013-04-18 10:42:42 UTC (rev 55887)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2013-04-18 10:43:21 UTC (rev 55888)
@@ -632,7 +632,7 @@
SetShellVarContext current
CreateShortCut "$DESKTOP\${GRASS_BASE}.lnk" "$INSTALL_DIR\${GRASS_COMMAND}.bat" "-wx"\
- "$INSTALL_DIR\etc\gui\icons\grass.ico" "" SW_SHOWNORMAL "" "Launch GRASS ${VERSION_NUMBER} with wxGUI and CMD terminal"
+ "$INSTALL_DIR\etc\gui\icons\grass.ico" "" SW_SHOWMINIMIZED "" "Launch GRASS ${VERSION_NUMBER} with wxGUI"
;Create the Windows Start Menu Shortcuts
SetShellVarContext all
@@ -640,7 +640,7 @@
CreateDirectory "$SMPROGRAMS\${GRASS_BASE}"
CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\${GRASS_BASE} GUI.lnk" "$INSTALL_DIR\${GRASS_COMMAND}.bat" "-wx"\
- "$INSTALL_DIR\etc\gui\icons\grass.ico" "" SW_SHOWMINIMIZED "" "Launch GRASS ${VERSION_NUMBER} with wxGUI and CMD console"
+ "$INSTALL_DIR\etc\gui\icons\grass.ico" "" SW_SHOWMINIMIZED "" "Launch GRASS ${VERSION_NUMBER} with wxGUI"
CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\${GRASS_BASE} GUI with MSYS.lnk" "$INSTALL_DIR\${GRASS_COMMAND}_msys.bat" "-wx"\
"$INSTALL_DIR\etc\gui\icons\grass_msys.ico" "" SW_SHOWNORMAL "" "Launch GRASS ${VERSION_NUMBER} with wxGUI and MSYS UNIX console"
More information about the grass-commit
mailing list