[vlc-devel] commit: s/wx/Qt. (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Aug 7 21:13:08 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Aug  7 11:29:13 2008 -0700| [017cb21e2cc0907147df538d76f58797c82100fd] | committer: Jean-Baptiste Kempf 

s/wx/Qt.

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

 modules/gui/skins2/src/dialogs.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/skins2/src/dialogs.cpp b/modules/gui/skins2/src/dialogs.cpp
index 576db25..a367f9d 100644
--- a/modules/gui/skins2/src/dialogs.cpp
+++ b/modules/gui/skins2/src/dialogs.cpp
@@ -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;




More information about the vlc-devel mailing list