Commit 017cb21e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

s/wx/Qt.

parent b2d35249
...@@ -169,7 +169,7 @@ bool Dialogs::init() ...@@ -169,7 +169,7 @@ bool Dialogs::init()
m_pModule = module_Need( m_pProvider, "dialogs provider", NULL, 0 ); m_pModule = module_Need( m_pProvider, "dialogs provider", NULL, 0 );
if( m_pModule == NULL ) 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 ); vlc_object_release( m_pProvider );
m_pProvider = NULL; m_pProvider = NULL;
return false; return false;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment