[vlc-commits] Revert "dshow: add missing parameter in dialog invocation"

Jean-Baptiste Kempf git at videolan.org
Fri Oct 12 12:48:56 CEST 2012


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Oct 12 12:46:27 2012 +0200| [2511dedef8e5c2960e9ed756c108610c1f2e6874] | committer: Jean-Baptiste Kempf

Revert "dshow: add missing parameter in dialog invocation"

This reverts commit c68332940c36bdbc24b5f1fc5a0633edce88bd52

And removes code from xxcv from core modules

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2511dedef8e5c2960e9ed756c108610c1f2e6874
---

 modules/access/dshow/dshow.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/dshow/dshow.cpp b/modules/access/dshow/dshow.cpp
index 00242aa..9c5a025 100644
--- a/modules/access/dshow/dshow.cpp
+++ b/modules/access/dshow/dshow.cpp
@@ -1047,7 +1047,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."), devicename.c_str() );
+                          "type is not supported.") );
         return VLC_EGENERIC;
     }
 



More information about the vlc-commits mailing list