]> git.sesse.net Git - vlc/commitdiff
Stop confusing the users with n shortcuts
authorChristophe Mutricy <xtophe@videolan.org>
Thu, 19 Oct 2006 22:06:55 +0000 (22:06 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Thu, 19 Oct 2006 22:06:55 +0000 (22:06 +0000)
vlc.win32.nsi.in

index 383399c83b9e7e056669aaba0c99ba2275d4ae77..5f8be712643e6c0404bb135c955881ae2beb1271 100644 (file)
@@ -394,11 +394,7 @@ Section "Start Menu Shortcut" SEC02a
   SectionIn 1 2 3\r
   CreateDirectory "$SMPROGRAMS\VideoLAN"\r
   CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player.lnk" \\r
-    "$INSTDIR\vlc.exe" "--intf wx --wx-embed"\r
-  CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player (alt).lnk" \\r
-    "$INSTDIR\vlc.exe" "--intf wx --no-wx-embed"\r
-  CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player (skins).lnk" \\r
-    "$INSTDIR\vlc.exe" "--intf skins"\r
+    "$INSTDIR\vlc.exe" "" \r
   CreateShortCut "$SMPROGRAMS\VideoLAN\Reset VLC defaults and quit.lnk" \\r
     "$INSTDIR\vlc.exe" "--reset-config --reset-plugins-cache --save-config vlc:quit "\r
   CreateShortCut "$SMPROGRAMS\VideoLAN\${PRODUCT_NAME} Website.lnk" \\r