setText + setToolTip works better than setText + setText...

This commit is contained in:
hjk
2008-12-04 16:26:44 +01:00
parent 5f17e0b206
commit c5a261b1f8

View File

@@ -317,7 +317,7 @@ void DebuggerManager::init()
m_debugDumpersAction = new QAction(this);
m_debugDumpersAction->setText(tr("Debug Custom Dumpers"));
m_debugDumpersAction->setText(tr("This is an internal tool to "
m_debugDumpersAction->setToolTip(tr("This is an internal tool to "
"make debugging the Custom Data Dumper code easier. "
"Using this action is in general not needed unless you "
"want do debug Qt Creator itself."));