summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer/projectexplorer.cpp
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@nokia.com>2012-04-18 12:32:19 +0200
committerDaniel Teske <daniel.teske@nokia.com>2012-04-25 17:04:43 +0200
commitfd547e4c5b575027ff758fbdb139cf6b58b1c0a2 (patch)
tree5c34bdee308c92d679df3a4d27ba5b6a44a61e2a /src/plugins/projectexplorer/projectexplorer.cpp
parentcfb9c26c30f8334b18b88d3181818d79a31c1635 (diff)
downloadqt-creator-fd547e4c5b575027ff758fbdb139cf6b58b1c0a2.tar.gz
"Close All Projects" also closes all editors, adjust title to that
Task-number: QTCREATORBUG-6991 Change-Id: I817c2e16ae131bc30f3b6cf00f7afeeb53e0a159 Reviewed-by: Robert Löhning <robert.loehning@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
Diffstat (limited to 'src/plugins/projectexplorer/projectexplorer.cpp')
-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 493e140d89..d0ea50a468 100644
--- a/src/plugins/projectexplorer/projectexplorer.cpp
+++ b/src/plugins/projectexplorer/projectexplorer.cpp
@@ -644,7 +644,7 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er
mfile->addAction(cmd, Core::Constants::G_FILE_PROJECT);
// unload session action
- d->m_closeAllProjects = new QAction(tr("Close All Projects"), this);
+ d->m_closeAllProjects = new QAction(tr("Close All Projects and Editors"), this);
cmd = am->registerAction(d->m_closeAllProjects, Constants::CLEARSESSION, globalcontext);
mfile->addAction(cmd, Core::Constants::G_FILE_PROJECT);
msessionContextMenu->addAction(cmd, Constants::G_SESSION_FILES);