[GRASS-SVN] r50558 - grass/branches/develbranch_6/mswindows
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 30 09:07:53 EST 2012
Author: martinl
Date: 2012-01-30 06:07:53 -0800 (Mon, 30 Jan 2012)
New Revision: 50558
Modified:
grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
Log:
winGRASS: show GRASS version also for 'uninstall item' in Start menu
Modified: grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi
===================================================================
--- grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2012-01-30 13:54:43 UTC (rev 50557)
+++ grass/branches/develbranch_6/mswindows/GRASS-Installer.nsi 2012-01-30 14:07:53 UTC (rev 50558)
@@ -599,7 +599,7 @@
"$INSTALL_DIR\etc\gui\icons\wingrass.ico" "" SW_SHOWNORMAL "" "Visit the WinGRASS Project Web Page"
!endif
- CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\Uninstall GRASS.lnk" "$INSTALL_DIR\Uninstall-GRASS.exe" ""\
+ CreateShortCut "$SMPROGRAMS\${GRASS_BASE}\Uninstall GRASS ${VERSION_NUMBER}.lnk" "$INSTALL_DIR\Uninstall-GRASS.exe" ""\
"$INSTALL_DIR\Uninstall-GRASS.exe" "" SW_SHOWNORMAL "" "Uninstall GRASS ${VERSION_NUMBER}"
;Create the grass_command.bat
More information about the grass-commit
mailing list