浏览代码

nsis-script: SW_SHOWMINIMIZED => SW_SHOWNORMAL (Ticket https://trac.osgeo.org/grass/ticket/2372); description fix

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61277 15284696-431f-4ddb-bdfa-cd5b030d7da7
Helmut Kudrnovsky 11 年之前
父节点
当前提交
a026fe6b78
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      mswindows/GRASS-Installer.nsi.tmpl

+ 2 - 2
mswindows/GRASS-Installer.nsi.tmpl

@@ -641,7 +641,7 @@ Section "GRASS" SecGRASS
 	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 terminal"
+	"$INSTALL_DIR\gui\icons\grass.ico" "" SW_SHOWNORMAL "" "Launch GRASS ${VERSION_NUMBER} with wxGUI and CMD console"
 	
 	;Create the Windows Start Menu Shortcuts
 	SetShellVarContext all
@@ -649,7 +649,7 @@ Section "GRASS" SecGRASS
 	CreateDirectory "$SMPROGRAMS\${GRASS_BASE}"
 	
 	CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\${GRASS_BASE} GUI.lnk" "$INSTALL_DIR\${GRASS_COMMAND}.bat" "-wx"\
-	"$INSTALL_DIR\gui\icons\grass.ico" "" SW_SHOWMINIMIZED "" "Launch GRASS ${VERSION_NUMBER} with wxGUI and CMD console"
+	"$INSTALL_DIR\gui\icons\grass.ico" "" SW_SHOWNORMAL "" "Launch GRASS ${VERSION_NUMBER} with wxGUI and CMD console"
 	
 	; CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\${GRASS_BASE} GUI with MSYS.lnk" "$INSTALL_DIR\${GRASS_COMMAND}_msys.bat" "-wx"\
 	; "$INSTALL_DIR\gui\icons\grass_msys.ico" "" SW_SHOWNORMAL "" "Launch GRASS ${VERSION_NUMBER} with wxGUI and MSYS UNIX console"