From: xxcv Date: Sat, 21 Mar 2009 17:58:13 +0000 (+0200) Subject: dshow: add missing parameter in dialog invocation X-Git-Tag: 1.0.0-pre2~314 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c68332940c36bdbc24b5f1fc5a0633edce88bd52;p=vlc dshow: add missing parameter in dialog invocation Signed-off-by: RĂ©mi Denis-Courmont --- diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp index 6aa83b9087..68086f1f4e 100644 --- a/modules/access/dshow/dshow.cpp +++ b/modules/access/dshow/dshow.cpp @@ -977,7 +977,7 @@ static int OpenDevice( vlc_object_t *p_this, access_sys_t *p_sys, devicename.c_str() ); dialog_Fatal( p_this, _("Capture failed"), _("VLC cannot use the device \"%s\", because its " - "type is not supported.") ); + "type is not supported."), devicename.c_str() ); return VLC_EGENERIC; }