forked from qt-creator/qt-creator
Project Explorer: fix tooltip capitalization
Change-Id: I6843e40357c7424ae15848f358f00e617d73c985 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -163,7 +163,7 @@ void WorkingDirectoryAspect::addToMainConfigurationWidget(QWidget *parent, QForm
|
|||||||
this, &WorkingDirectoryAspect::setWorkingDirectory);
|
this, &WorkingDirectoryAspect::setWorkingDirectory);
|
||||||
|
|
||||||
auto resetButton = new QToolButton(parent);
|
auto resetButton = new QToolButton(parent);
|
||||||
resetButton->setToolTip(tr("Reset to default"));
|
resetButton->setToolTip(tr("Reset to Default"));
|
||||||
resetButton->setIcon(QIcon(QLatin1String(Core::Constants::ICON_RESET)));
|
resetButton->setIcon(QIcon(QLatin1String(Core::Constants::ICON_RESET)));
|
||||||
connect(resetButton, &QAbstractButton::clicked, this, &WorkingDirectoryAspect::resetPath);
|
connect(resetButton, &QAbstractButton::clicked, this, &WorkingDirectoryAspect::resetPath);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user