From 2357ae94a373a5c2e4e2043cbeb81c2c775e97c5 Mon Sep 17 00:00:00 2001 From: Christophe Mutricy Date: Thu, 19 Oct 2006 22:06:55 +0000 Subject: [PATCH] Stop confusing the users with n shortcuts --- vlc.win32.nsi.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/vlc.win32.nsi.in b/vlc.win32.nsi.in index 383399c83b..5f8be71264 100644 --- a/vlc.win32.nsi.in +++ b/vlc.win32.nsi.in @@ -394,11 +394,7 @@ Section "Start Menu Shortcut" SEC02a SectionIn 1 2 3 CreateDirectory "$SMPROGRAMS\VideoLAN" CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player.lnk" \ - "$INSTDIR\vlc.exe" "--intf wx --wx-embed" - CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player (alt).lnk" \ - "$INSTDIR\vlc.exe" "--intf wx --no-wx-embed" - CreateShortCut "$SMPROGRAMS\VideoLAN\VLC media player (skins).lnk" \ - "$INSTDIR\vlc.exe" "--intf skins" + "$INSTDIR\vlc.exe" "" CreateShortCut "$SMPROGRAMS\VideoLAN\Reset VLC defaults and quit.lnk" \ "$INSTDIR\vlc.exe" "--reset-config --reset-plugins-cache --save-config vlc:quit " CreateShortCut "$SMPROGRAMS\VideoLAN\${PRODUCT_NAME} Website.lnk" \ -- 2.20.1