]> git.sesse.net Git - vlc/commitdiff
dshow: add missing parameter in dialog invocation
authorxxcv <xxcv07@gmail.com>
Sat, 21 Mar 2009 17:58:13 +0000 (19:58 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Tue, 31 Mar 2009 15:22:00 +0000 (18:22 +0300)
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com>
modules/access/dshow/dshow.cpp

index 6aa83b9087d0ceff028c155297056d851fd40b2c..68086f1f4ec91a6e6c9bfba06c93c624677e58a6 100644 (file)
@@ -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;
     }