Author: loonycyborg
Date: Sat Oct  4 16:28:38 2008
New Revision: 29865

URL: http://svn.gna.org/viewcvs/wesnoth?rev=29865&view=rev
Log:
Made shortcut for editor created by NSIS installer call built-in editor.
(Run wesnoth.exe with -e parameter)

Modified:
    trunk/packaging/windows/Wesnoth.nsi.in   (contents, props changed)

Modified: trunk/packaging/windows/Wesnoth.nsi.in
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/packaging/windows/Wesnoth.nsi.in?rev=29865&r1=29864&r2=29865&view=diff
==============================================================================
--- trunk/packaging/windows/Wesnoth.nsi.in (original)
+++ trunk/packaging/windows/Wesnoth.nsi.in Sat Oct  4 16:28:38 2008
@@ -154,7 +154,7 @@
     ;Create shortcuts
     CreateDirectory "$SMPROGRAMS\$StartMenuFolder"
     CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Battle for Wesnoth.lnk" 
"$INSTDIR\wesnoth.exe"
-    CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Map editor.lnk" 
"$INSTDIR\wesnoth_editor.exe"
+    CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Map editor.lnk" 
"$INSTDIR\wesnoth.exe" "-e"
     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"

Propchange: trunk/packaging/windows/Wesnoth.nsi.in
------------------------------------------------------------------------------
--- svn:executable (original)
+++ svn:executable (removed)
@@ -1,1 +1,0 @@
-*


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

Reply via email to