[vlc-devel] commit: win installer: partially revert [ 902be08a04ac4d05c280a99a9c0149292301a969]. That option is saved, and I agree with courmisch that the question needs to be asked again. ( Derk-Jan Hartman )

git version control git at videolan.org
Thu Jul 24 15:30:28 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Thu Jul 24 15:31:41 2008 +0200| [4a6b8ccce6369567aa547bd01b4b8d8337d08cbb]

win installer: partially revert [902be08a04ac4d05c280a99a9c0149292301a969]. That option is saved, and I agree with courmisch that the question needs to be asked again.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4a6b8ccce6369567aa547bd01b4b8d8337d08cbb
---

 extras/package/win32/vlc.win32.nsi.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index 564bb6a..92f2a52 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" \




More information about the vlc-devel mailing list