From 8850e163e3741c1a84c96d91c553bc2daca5d579 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 24 Jan 2016 09:03:45 +0200 Subject: [PATCH] AutoTest: Add an accelerator to menu entry Change-Id: I8e94912fdbdf1f0dbd7366e96222d04f6c838586 Reviewed-by: Christian Stenger --- src/plugins/autotest/autotestplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/autotest/autotestplugin.cpp b/src/plugins/autotest/autotestplugin.cpp index 83f3be8da46..a477271c626 100644 --- a/src/plugins/autotest/autotestplugin.cpp +++ b/src/plugins/autotest/autotestplugin.cpp @@ -94,7 +94,7 @@ QSharedPointer AutotestPlugin::settings() const void AutotestPlugin::initializeMenuEntries() { ActionContainer *menu = ActionManager::createMenu(Constants::MENU_ID); - menu->menu()->setTitle(tr("Tests")); + menu->menu()->setTitle(tr("&Tests")); QAction *action = new QAction(tr("Run &All Tests"), this); Command *command = ActionManager::registerAction(action, Constants::ACTION_RUN_ALL_ID);