]> git.sesse.net Git - vlc/commitdiff
correct DVD autoplay (thanks to E-bola)
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 16 Oct 2005 22:01:51 +0000 (22:01 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 16 Oct 2005 22:01:51 +0000 (22:01 +0000)
vlc.win32.nsi

index 65e6f1accb603a7601136459199f23ec7f0cee30..3a0fc77d73a30f413c0c820fe546f9eb8f9a845c 100644 (file)
@@ -305,7 +305,7 @@ Section "Media player (required)" SEC01
   WriteRegStr HKCR "VLC.DVDMovie" "" "VLC DVD Movie"\r
   WriteRegStr HKCR "VLC.DVDMovie\shell" "" "Play"\r
   WriteRegStr HKCR "VLC.DVDMovie\shell\Play\command" "" \\r
-    '$INSTDIR\vlc.exe dvd:%1@1:0'\r
+    '$INSTDIR\vlc.exe dvd:%1'\r
   WriteRegStr HKCR "VLC.DVDMovie\DefaultIcon" "" '"$INSTDIR\vlc.exe",0'\r
   WriteRegStr HKCR "VLC.CDAudio" "" "VLC CD Audio"\r
   WriteRegStr HKCR "VLC.CDAudio\shell" "" "Play"\r