Commit 6ff86dc4 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Preferences, fix the tooltip in the ModuleList.

parent 2c922d15
...@@ -607,7 +607,7 @@ ModuleListConfigControl::~ModuleListConfigControl() ...@@ -607,7 +607,7 @@ ModuleListConfigControl::~ModuleListConfigControl()
checkBoxListItem *cbl = new checkBoxListItem; \ checkBoxListItem *cbl = new checkBoxListItem; \
\ \
CONNECT( cb, stateChanged( int ), this, onUpdate( int ) );\ 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->checkBox = cb; \
\ \
cbl->psz_module = strdup( module_GetObjName( p_parser ) ); \ cbl->psz_module = strdup( module_GetObjName( p_parser ) ); \
......
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