forked from qt-creator/qt-creator
BuildConfigWidget derived classes: Add missing tr()
Change-Id: I1861400c4d50191ed2fd2eba7c28f72628236f12 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -64,7 +64,7 @@ AutotoolsBuildSettingsWidget::AutotoolsBuildSettingsWidget(AutotoolsBuildConfigu
|
|||||||
|
|
||||||
m_pathChooser->setBaseDirectory(bc->target()->project()->projectDirectory());
|
m_pathChooser->setBaseDirectory(bc->target()->project()->projectDirectory());
|
||||||
m_pathChooser->setPath(m_buildConfiguration->buildDirectory());
|
m_pathChooser->setPath(m_buildConfiguration->buildDirectory());
|
||||||
setDisplayName(QLatin1String("Autotools Manager"));
|
setDisplayName(tr("Autotools Manager"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void AutotoolsBuildSettingsWidget::buildDirectoryChanged()
|
void AutotoolsBuildSettingsWidget::buildDirectoryChanged()
|
||||||
|
|||||||
@@ -934,7 +934,7 @@ CMakeBuildSettingsWidget::CMakeBuildSettingsWidget(CMakeBuildConfiguration *bc)
|
|||||||
else
|
else
|
||||||
m_changeButton->setEnabled(true);
|
m_changeButton->setEnabled(true);
|
||||||
|
|
||||||
setDisplayName(QLatin1String("CMake"));
|
setDisplayName(tr("CMake"));
|
||||||
}
|
}
|
||||||
|
|
||||||
void CMakeBuildSettingsWidget::openChangeBuildDirectoryDialog()
|
void CMakeBuildSettingsWidget::openChangeBuildDirectoryDialog()
|
||||||
|
|||||||
Reference in New Issue
Block a user