forked from qt-creator/qt-creator
Valgrind: fix capitalization of Callgrind in UI text
Change-Id: I3944dc0d52d37f2cbcc2872c5566457245cf8a27 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -678,7 +678,7 @@ QWidget *CallgrindToolPrivate::createWidgets()
|
||||
action->setDisabled(true);
|
||||
action->setIcon(QIcon(QLatin1String(Core::Constants::ICON_REDO)));
|
||||
//action->setText(tr("Dump"));
|
||||
action->setToolTip(tr("Request the dumping of profile information. This will update the callgrind visualization."));
|
||||
action->setToolTip(tr("Request the dumping of profile information. This will update the Callgrind visualization."));
|
||||
connect(action, SIGNAL(triggered()), this, SLOT(slotRequestDump()));
|
||||
layout->addWidget(createToolButton(action));
|
||||
m_dumpAction = action;
|
||||
|
||||
Reference in New Issue
Block a user