[vlc-devel] commit: dshow: add missing parameter in dialog invocation (xxcv )
git version control
git at videolan.org
Tue Mar 31 17:44:07 CEST 2009
vlc | branch: master | xxcv <xxcv07 at gmail.com> | Sat Mar 21 19:58:13 2009 +0200| [c68332940c36bdbc24b5f1fc5a0633edce88bd52] | committer: Rémi Denis-Courmont
dshow: add missing parameter in dialog invocation
Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont at nokia.com>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c68332940c36bdbc24b5f1fc5a0633edce88bd52
---
modules/access/dshow/dshow.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp
index 6aa83b9..68086f1 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;
}
More information about the vlc-devel
mailing list