diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp index 3f51d4b95f27c66f56ff55c8df39741920449f9d..0c7e3157f4c3b9058d68789190c337feaa349c1d 100644 --- a/src/plugins/projectexplorer/projectexplorer.cpp +++ b/src/plugins/projectexplorer/projectexplorer.cpp @@ -637,7 +637,7 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er // deploy action (context menu) d->m_deployActionContextMenu = new Utils::ParameterAction(tr("Deploy Project"), tr("Deploy Project \"%1\""), Utils::ParameterAction::AlwaysEnabled, this); - cmd = am->registerAction(d->m_rebuildActionContextMenu, Constants::DEPLOYCM, globalcontext); + cmd = am->registerAction(d->m_deployActionContextMenu, Constants::DEPLOYCM, globalcontext); cmd->setAttribute(Core::Command::CA_UpdateText); cmd->setDefaultText(d->m_deployActionContextMenu->text()); mproject->addAction(cmd, Constants::G_PROJECT_BUILD);