From: Derk-Jan Hartman Date: Thu, 24 Jul 2008 13:31:41 +0000 (+0200) Subject: win installer: partially revert [902be08a04ac4d05c280a99a9c0149292301a969]. That... X-Git-Tag: 0.9.0-test3~284 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4a6b8ccce6369567aa547bd01b4b8d8337d08cbb;p=vlc win installer: partially revert [902be08a04ac4d05c280a99a9c0149292301a969]. That option is saved, and I agree with courmisch that the question needs to be asked again. --- diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in index 564bb6a5d5..92f2a52b9a 100644 --- a/extras/package/win32/vlc.win32.nsi.in +++ b/extras/package/win32/vlc.win32.nsi.in @@ -468,7 +468,7 @@ Section "Start Menu Shortcut" SEC02a CreateShortCut "$SMPROGRAMS\VideoLAN\Quick Settings\Video\Set Video mode to OpenGL.lnk" \ "$INSTDIR\vlc.exe" "--vout opengl --overlay --save-config vlc://quit" CreateShortCut "$SMPROGRAMS\VideoLAN\Quick Settings\Reset VLC media player preferences and cache files.lnk" \ - "$INSTDIR\vlc.exe" "--reset-config --reset-plugins-cache --save-config --no-qt-privacy-ask vlc://quit" + "$INSTDIR\vlc.exe" "--reset-config --reset-plugins-cache vlc://quit" CreateShortCut "$SMPROGRAMS\VideoLAN\Documentation.lnk" \ "$INSTDIR\Documentation.url" CreateShortCut "$SMPROGRAMS\VideoLAN\Release Notes.lnk" \