]> git.sesse.net Git - vlc/blobdiff - vlc.win32.nsi
* modules/codec/theora.c: give higher priority to the libtheora encoder.
[vlc] / vlc.win32.nsi
index ab6327f7f9d5660c829c891370a07f004ce04eae..7006e362057034c2663a6ad0a738cb7a571754be 100644 (file)
@@ -83,7 +83,7 @@ NoBackup:
   ReadRegStr $0 HKCR "VLC$R0" ""\r
   WriteRegStr HKCR "VLC$R0" "" "VLC media file"\r
   WriteRegStr HKCR "VLC$R0\shell" "" "Play"\r
-  WriteRegStr HKCR "VLC$R0\shell\Play\command" "" '$INSTDIR\vlc.exe "%1"'\r
+  WriteRegStr HKCR "VLC$R0\shell\Play\command" "" '"$INSTDIR\vlc.exe" "%1"'\r
   WriteRegStr HKCR "VLC$R0\DefaultIcon" "" '"$INSTDIR\vlc.exe",0'\r
 FunctionEnd\r
 \r