From c5a261b1f8d68163f6c64e3f32d11bb663782d18 Mon Sep 17 00:00:00 2001 From: hjk <qtc-committer@nokia.com> Date: Thu, 4 Dec 2008 16:26:44 +0100 Subject: [PATCH] setText + setToolTip works better than setText + setText... --- src/plugins/debugger/debuggermanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/debugger/debuggermanager.cpp b/src/plugins/debugger/debuggermanager.cpp index b1e62ada3c8..a94b1fb0931 100644 --- a/src/plugins/debugger/debuggermanager.cpp +++ b/src/plugins/debugger/debuggermanager.cpp @@ -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.")); -- GitLab