]> git.sesse.net Git - vlc/commitdiff
make sure that the "Play with VLC" context menu item plays the item right
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 15 Jun 2005 23:33:42 +0000 (23:33 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 15 Jun 2005 23:33:42 +0000 (23:33 +0000)
away (even if the user had --playlist-enqueue saved in his vlcrc file)

vlc.win32.nsi

index 31e0f4140539254ce0d1832aa7bab70e4c0dc9d3..3eff2fffd81c7e72c899a446c5819c5f6048ef3d 100644 (file)
@@ -186,7 +186,7 @@ FunctionEnd
 \r
 !macro AddContextMenu EXT\r
   WriteRegStr HKCR ${EXT}\shell\PlayWithVLC "" "Play with VLC media player"\r
-  WriteRegStr HKCR ${EXT}\shell\PlayWithVLC\command "" '$INSTDIR\vlc.exe "%1"'\r
+  WriteRegStr HKCR ${EXT}\shell\PlayWithVLC\command "" '$INSTDIR\vlc.exe --no-playlist-enqueue "%1"'\r
 \r
   WriteRegStr HKCR ${EXT}\shell\AddToPlaylistVLC "" "Add to VLC media player's Playlist"\r
   WriteRegStr HKCR ${EXT}\shell\AddToPlaylistVLC\command "" '$INSTDIR\vlc.exe --one-instance --playlist-enqueue "%1"'\r