[Greater-commits] r3579 - trunk/packaging
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Jul 14 15:51:02 CEST 2011
Author: aheinecke
Date: 2011-07-14 15:51:02 +0200 (Thu, 14 Jul 2011)
New Revision: 3579
Modified:
trunk/packaging/greater-installer.nsi
Log:
defaultlogin to standard database
Modified: trunk/packaging/greater-installer.nsi
===================================================================
--- trunk/packaging/greater-installer.nsi 2011-07-14 13:25:52 UTC (rev 3578)
+++ trunk/packaging/greater-installer.nsi 2011-07-14 13:51:02 UTC (rev 3579)
@@ -228,7 +228,8 @@
# Create new Start menu entries
CreateDirectory "$SMPROGRAMS\${productname}"
CreateShortCut "$SMPROGRAMS\${productname}\${productname_short}.lnk" \
- "$INSTDIR\${executable}" "" "$INSTDIR\GREAT-ER\Resources\greater2.ico"
+ "$INSTDIR\${executable}" "greater/greater at greater" \
+ "$INSTDIR\GREAT-ER\Resources\greater2.ico"
no_start_menu:
# ** Desktop Icon **
@@ -240,7 +241,7 @@
IntCmp $R0 0 no_desktop
# Create new Desktop link
CreateShortCut "$DESKTOP\${productname_short}.lnk" "$INSTDIR\${executable}" \
- "" "$INSTDIR\GREAT-ER\Resources\greater2.ico"
+ "greater/greater at greater" "$INSTDIR\GREAT-ER\Resources\greater2.ico"
no_desktop:
Return
More information about the Greater-commits
mailing list