浏览代码

delete all desktop-shortcuts by deinstalling

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

+ 1 - 1
mswindows/GRASS-Installer.nsi

@@ -820,7 +820,7 @@ Section "Uninstall"
 	;remove the Desktop ShortCut
 	SetShellVarContext current
 	Delete "$DESKTOP\GRASS ${VERSION_NUMBER}.lnk"
-	Delete "$DESKTOP\GRASS ${VERSION_NUMBER} msys.lnk"
+	Delete "$DESKTOP\GRASS ${VERSION_NUMBER} with MSYS.lnk"
 	
 	;remove the Programs Start ShortCuts
 	SetShellVarContext all