[vlc-commits] Support opening over 15 files at same time via Windows Explorer

Kaarlo Raiha git at videolan.org
Sat Feb 11 15:32:44 CET 2012


vlc/vlc-2.0 | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Sat Feb  4 19:16:29 2012 +0200| [a0c1555b27c7cdbaf458b8dfa6d499b844b04d47] | committer: Jean-Baptiste Kempf

Support opening over 15 files at same time via Windows Explorer

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 39946942823e093b06d24b416ad83acc263c210c)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/extras/package/win32/vlc.win32.nsi.in b/extras/package/win32/vlc.win32.nsi.in
index 4c70f13..613c5d7 100644
--- a/extras/package/win32/vlc.win32.nsi.in
+++ b/extras/package/win32/vlc.win32.nsi.in
@@ -160,6 +160,7 @@ NoBackup:
   WriteRegStr HKCR "VLC$R0" "" "VLC media file ($R0)"
   WriteRegStr HKCR "VLC$R0\shell" "" "Open"
   WriteRegStr HKCR "VLC$R0\shell\Open" "" $ShellAssociation_Play
+  WriteRegStr HKCR "VLC$R0\shell\Open" "MultiSelectModel" "Player"
   WriteRegStr HKCR "VLC$R0\shell\Open\command" "" '"$INSTDIR\vlc.exe" --started-from-file "%1"'
   WriteRegStr HKCR "VLC$R0\DefaultIcon" "" '"$INSTDIR\vlc.exe",0'
 



More information about the vlc-commits mailing list