Commit c6833294 authored by xxcv's avatar xxcv Committed by Rémi Denis-Courmont

dshow: add missing parameter in dialog invocation

Signed-off-by: default avatarRémi Denis-Courmont <remi.denis-courmont@nokia.com>
parent 6b72c1b0
...@@ -977,7 +977,7 @@ static int OpenDevice( vlc_object_t *p_this, access_sys_t *p_sys, ...@@ -977,7 +977,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.") ); "type is not supported."), devicename.c_str() );
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