forked from qt-creator/qt-creator
Clang: Fix menu button text capitalization
Change-Id: I771cbaebbb801665e96cc3d6ea337ebe15872803 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -119,8 +119,8 @@ void ClangCodeModelPlugin::createCompilationDBButton()
|
|||||||
Core::ActionManager::actionContainer(ProjectExplorer::Constants::M_BUILDPROJECT);
|
Core::ActionManager::actionContainer(ProjectExplorer::Constants::M_BUILDPROJECT);
|
||||||
// generate compile_commands.json
|
// generate compile_commands.json
|
||||||
m_generateCompilationDBAction = new ::Utils::ParameterAction(
|
m_generateCompilationDBAction = new ::Utils::ParameterAction(
|
||||||
tr("Generate compilation database"),
|
tr("Generate Compilation Database"),
|
||||||
tr("Generate compilation database for \"%1\""),
|
tr("Generate Compilation Database for \"%1\""),
|
||||||
::Utils::ParameterAction::AlwaysEnabled, this);
|
::Utils::ParameterAction::AlwaysEnabled, this);
|
||||||
|
|
||||||
ProjectExplorer::Project *startupProject = ProjectExplorer::SessionManager::startupProject();
|
ProjectExplorer::Project *startupProject = ProjectExplorer::SessionManager::startupProject();
|
||||||
|
Reference in New Issue
Block a user