Commit 2511dede authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Revert "dshow: add missing parameter in dialog invocation"

This reverts commit c6833294

And removes code from xxcv from core modules
parent 5f0e2c09
...@@ -1047,7 +1047,7 @@ static int OpenDevice( vlc_object_t *p_this, access_sys_t *p_sys, ...@@ -1047,7 +1047,7 @@ static int OpenDevice( vlc_object_t *p_this, access_sys_t *p_sys,
devicename.c_str() ); devicename.c_str() );
dialog_Fatal( p_this, _("Capture failed"), dialog_Fatal( p_this, _("Capture failed"),
_("VLC cannot use the device \"%s\", because its " _("VLC cannot use the device \"%s\", because its "
"type is not supported."), devicename.c_str() ); "type is not supported.") );
return VLC_EGENERIC; return VLC_EGENERIC;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment