[vlc-commits] Win32: Change the order of the links at the installer
Jean-Baptiste Kempf
git at videolan.org
Sun Jul 29 00:39:04 CEST 2012
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 27 19:18:43 2012 +0200| [9b3de7a8bf8764257468d4aa3e81c162b95af09c] | committer: Jean-Baptiste Kempf
Win32: Change the order of the links at the installer
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9b3de7a8bf8764257468d4aa3e81c162b95af09c
---
extras/package/win32/vlc.win32.nsi.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index caf674b..3266c03 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -581,8 +581,6 @@ SectionEnd
Section $Name_Section02a SEC02a
SectionIn 1 2 3
CreateDirectory "$SMPROGRAMS\VideoLAN"
- CreateShortCut "$SMPROGRAMS\VideoLAN\Reset VLC media player preferences and cache files.lnk" \
- "$INSTDIR\vlc.exe" "--reset-config --reset-plugins-cache vlc://quit"
CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player.lnk" \
"$INSTDIR\vlc.exe" ""
CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player skinned.lnk" \
@@ -593,6 +591,8 @@ Section $Name_Section02a SEC02a
"$INSTDIR\NEWS.txt" ""
CreateShortCut "$SMPROGRAMS\VideoLAN\${PRODUCT_GROUP} Website.lnk" \
"$INSTDIR\${PRODUCT_GROUP} Website.url"
+ CreateShortCut "$SMPROGRAMS\VideoLAN\Reset VLC media player preferences and cache files.lnk" \
+ "$INSTDIR\vlc.exe" "--reset-config --reset-plugins-cache vlc://quit"
SectionEnd
Section $Name_Section02b SEC02b
More information about the vlc-commits
mailing list