[QGIS Commit] r14730 - trunk/qgis/ms-windows
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Sun Nov 21 16:21:55 EST 2010
Author: jef
Date: 2010-11-21 13:21:55 -0800 (Sun, 21 Nov 2010)
New Revision: 14730
Modified:
trunk/qgis/ms-windows/QGIS-Installer.nsi
Log:
nsis installer: remove desktop icon
Modified: trunk/qgis/ms-windows/QGIS-Installer.nsi
===================================================================
--- trunk/qgis/ms-windows/QGIS-Installer.nsi 2010-11-21 20:09:36 UTC (rev 14729)
+++ trunk/qgis/ms-windows/QGIS-Installer.nsi 2010-11-21 21:21:55 UTC (rev 14730)
@@ -625,7 +625,7 @@
;remove the Desktop ShortCut
SetShellVarContext current
- Delete "$DESKTOP\${QGIS_BASE}.lnk"
+ Delete "$DESKTOP\Quantum GIS (${VERSION_NUMBER}).lnk"
;remove the Programs Start ShortCut
SetShellVarContext all
More information about the QGIS-commit
mailing list