diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp index 06bf33a3e3fe1836ee5153b889f81e5accf48211..432db12fdc9b6c68f6fb27bebe6600a28c47861c 100644 --- a/src/plugins/projectexplorer/projectexplorer.cpp +++ b/src/plugins/projectexplorer/projectexplorer.cpp @@ -1554,7 +1554,7 @@ void ProjectExplorerPlugin::updateRecentProjectMenu() const QPair &s = *it; if (s.first.endsWith(".qws")) continue; - QAction *action = menu->addAction(s.second); + QAction *action = menu->addAction(s.first); action->setData(s.first); connect(action, SIGNAL(triggered()), this, SLOT(openRecentProject())); }