Add a shortcut to Session Manager

Change-Id: I695387d926549fe7370b20ed3f8d8a52099a5202
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
Jesus Fernandez
2017-02-02 11:56:18 +01:00
committed by Jesus Fernandez
parent 5159c3f20e
commit 42e3492e1a

View File

@@ -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());