Skip to content
Snippets Groups Projects
Commit c5a261b1 authored by hjk's avatar hjk
Browse files

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

parent 5f17e0b2
No related branches found
No related tags found
No related merge requests found
...@@ -317,7 +317,7 @@ void DebuggerManager::init() ...@@ -317,7 +317,7 @@ void DebuggerManager::init()
m_debugDumpersAction = new QAction(this); m_debugDumpersAction = new QAction(this);
m_debugDumpersAction->setText(tr("Debug Custom Dumpers")); 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. " "make debugging the Custom Data Dumper code easier. "
"Using this action is in general not needed unless you " "Using this action is in general not needed unless you "
"want do debug Qt Creator itself.")); "want do debug Qt Creator itself."));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment