From 42e3492e1aae481d55de7ac3c446d7a8c897479c Mon Sep 17 00:00:00 2001 From: Jesus Fernandez Date: Thu, 2 Feb 2017 11:56:18 +0100 Subject: [PATCH] Add a shortcut to Session Manager Change-Id: I695387d926549fe7370b20ed3f8d8a52099a5202 Reviewed-by: Orgad Shaneh --- src/plugins/projectexplorer/projectexplorer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/projectexplorer/projectexplorer.cpp b/src/plugins/projectexplorer/projectexplorer.cpp index ec95a8af3c2..91c9269bade 100644 --- a/src/plugins/projectexplorer/projectexplorer.cpp +++ b/src/plugins/projectexplorer/projectexplorer.cpp @@ -763,7 +763,7 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er dd, &ProjectExplorerPluginPrivate::updateSessionMenu); // session manager action - dd->m_sessionManagerAction = new QAction(tr("Session Manager..."), this); + dd->m_sessionManagerAction = new QAction(tr("Session &Manager..."), this); cmd = ActionManager::registerAction(dd->m_sessionManagerAction, Constants::NEWSESSION); mfile->addAction(cmd, Core::Constants::G_FILE_OPEN); cmd->setDefaultKeySequence(QKeySequence());