Author: loonycyborg
Date: Sat Apr  4 16:38:38 2009
New Revision: 34459

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34459&view=rev
Log:
Added start menu shortcuts for changelogs and license.

Modified:
    trunk/packaging/windows/Wesnoth.nsi.in

Modified: trunk/packaging/windows/Wesnoth.nsi.in
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/packaging/windows/Wesnoth.nsi.in?rev=34459&r1=34458&r2=34459&view=diff
==============================================================================
--- trunk/packaging/windows/Wesnoth.nsi.in (original)
+++ trunk/packaging/windows/Wesnoth.nsi.in Sat Apr  4 16:38:38 2009
@@ -190,6 +190,9 @@
     CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Multiplayer server.lnk" 
"$INSTDIR\wesnothd.exe"
     CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Manual.lnk" 
"$INSTDIR\manual\manual.en.html"
     CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" 
"$INSTDIR\Uninstall.exe"
+    CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Changelog.lnk" 
"$INSTDIR\changelog.txt"
+    CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Player's changelog.lnk" 
"$INSTDIR\players_changelog.txt"
+    CreateShortCut "$SMPROGRAMS\$StartMenuFolder\License.lnk" 
"$INSTDIR\COPYING.txt"
   
   !insertmacro MUI_STARTMENU_WRITE_END
 
@@ -264,6 +267,9 @@
 
   !insertmacro MUI_STARTMENU_GETFOLDER Application $StartMenuFolder
 
+  Delete "$SMPROGRAMS\$StartMenuFolder\License.lnk"
+  Delete "$SMPROGRAMS\$StartMenuFolder\Player's changelog.lnk"
+  Delete "$SMPROGRAMS\$StartMenuFolder\Changelog.lnk"
   Delete "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk"
   Delete "$SMPROGRAMS\$StartMenuFolder\Manual.lnk"
   Delete "$SMPROGRAMS\$StartMenuFolder\Multiplayer server.lnk"


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to