[GRASS-SVN] r66923 - grass/trunk/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 25 09:42:28 PST 2015
Author: martinl
Date: 2015-11-25 09:42:28 -0800 (Wed, 25 Nov 2015)
New Revision: 66923
Modified:
grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
Log:
winGRASS: launch cmd minimized
Modified: grass/trunk/mswindows/GRASS-Installer.nsi.tmpl
===================================================================
--- grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2015-11-25 17:39:45 UTC (rev 66922)
+++ grass/trunk/mswindows/GRASS-Installer.nsi.tmpl 2015-11-25 17:42:28 UTC (rev 66923)
@@ -652,7 +652,7 @@
SetShellVarContext current
CreateShortCut "$DESKTOP\${GRASS_BASE}.lnk" "$INSTALL_DIR\${GRASS_COMMAND}.bat" "-wx"\
- "$INSTALL_DIR\gui\icons\grass.ico" "" SW_SHOWNORMAL "" "Launch GRASS ${VERSION_NUMBER} with wxGUI and CMD console"
+ "$INSTALL_DIR\gui\icons\grass.ico" "" SW_SHOWMINIMIZED "" "Launch GRASS ${VERSION_NUMBER} with wxGUI and CMD console"
;Create the Windows Start Menu Shortcuts
SetShellVarContext all
More information about the grass-commit
mailing list