]> git.sesse.net Git - vlc/commitdiff
s/wx/Qt.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 7 Aug 2008 18:29:13 +0000 (11:29 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 7 Aug 2008 19:15:52 +0000 (12:15 -0700)
modules/gui/skins2/src/dialogs.cpp

index 576db258e72c49f5055ca125fe2d6cc0b28cf04e..a367f9d57d8fc01be85aec3ba48d7f6b5e34fa96 100644 (file)
@@ -169,7 +169,7 @@ bool Dialogs::init()
     m_pModule = module_Need( m_pProvider, "dialogs provider", NULL, 0 );
     if( m_pModule == NULL )
     {
-        msg_Err( getIntf(), "no suitable dialogs provider found (hint: compile the wxWidgets plugin, and make sure it is loaded properly)" );
+        msg_Err( getIntf(), "no suitable dialogs provider found (hint: compile the qt4 plugin, and make sure it is loaded properly)" );
         vlc_object_release( m_pProvider );
         m_pProvider = NULL;
         return false;