From 4dfd5ac371612ec9bf2c1ecc8bd117f794fc8b90 Mon Sep 17 00:00:00 2001 From: con <qtc-committer@nokia.com> Date: Mon, 23 Feb 2009 15:36:06 +0100 Subject: [PATCH] Fixes: - Missing tr and bad mnemonic for File->Session Task: - 244546 --- 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 2afd5e5f3b6..e75ac571aa8 100644 --- a/src/plugins/projectexplorer/projectexplorer.cpp +++ b/src/plugins/projectexplorer/projectexplorer.cpp @@ -441,7 +441,7 @@ bool ProjectExplorerPlugin::initialize(const QStringList &arguments, QString *er // session menu Core::ActionContainer *msession = am->createMenu(Constants::M_SESSION); - msession->menu()->setTitle("&Session"); + msession->menu()->setTitle(tr("Session")); mfile->addMenu(msession, Core::Constants::G_FILE_PROJECT); m_sessionMenu = msession->menu(); connect(mfile->menu(), SIGNAL(aboutToShow()), -- GitLab