]> git.sesse.net Git - vlc/commitdiff
Qt4 - Preferences, fix the tooltip in the ModuleList.
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 18 Jan 2008 06:41:03 +0000 (06:41 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 18 Jan 2008 06:41:03 +0000 (06:41 +0000)
modules/gui/qt4/components/preferences_widgets.cpp

index d957344a91399566ab12d4f9cdead333e6aef47a..0595ff559d2a84b7d00ae8f742a00ca0cb30a040 100644 (file)
@@ -607,7 +607,7 @@ ModuleListConfigControl::~ModuleListConfigControl()
        checkBoxListItem *cbl = new checkBoxListItem; \
 \
        CONNECT( cb, stateChanged( int ), this, onUpdate( int ) );\
-       cb->setToolTip( formatTooltip( qtr( module_GetLongName( p_parser ))));\
+       cb->setToolTip( formatTooltip( qtr( module_GetHelp( p_parser ))));\
        cbl->checkBox = cb; \
 \
        cbl->psz_module = strdup( module_GetObjName( p_parser ) ); \