]> git.sesse.net Git - vlc/blobdiff - modules/gui/skins2/src/dialogs.cpp
Merge branch '0.9.0-libass' of git://git.videolan.org/vlc
[vlc] / 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;