aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/projectexplorer/projectexplorer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp
index 391a6cde174..9d3c8c4ed3a 100644
--- a/src/plugins/projectexplorer/projectexplorer.cpp
+++ b/src/plugins/projectexplorer/projectexplorer.cpp
@@ -2711,7 +2711,7 @@ void ProjectExplorerPluginPrivate::updateActions()
m_buildAction->setParameter(projectName);
m_buildProjectForAllConfigsAction->setParameter(projectName);
if (runConfig)
- m_buildForRunConfigAction->setParameter(runConfig->displayName());
+ m_buildForRunConfigAction->setParameter(runConfig->expandedDisplayName());
m_buildAction->setEnabled(buildActionState.first);
m_buildProjectForAllConfigsAction->setEnabled(buildActionState.first);