aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/autotestplugin.cpp
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-01-24 09:03:45 +0200
committerChristian Stenger <christian.stenger@theqtcompany.com>2016-01-25 05:59:09 +0000
commit8850e163e3741c1a84c96d91c553bc2daca5d579 (patch)
tree970fb53d135e88f0e8bf086e771a58edb835c8fc /src/plugins/autotest/autotestplugin.cpp
parente3d4e1c825da1e062bbbff632124374e1ebd84b1 (diff)
AutoTest: Add an accelerator to menu entry
Change-Id: I8e94912fdbdf1f0dbd7366e96222d04f6c838586 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
Diffstat (limited to 'src/plugins/autotest/autotestplugin.cpp')
-rw-r--r--src/plugins/autotest/autotestplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/autotestplugin.cpp b/src/plugins/autotest/autotestplugin.cpp
index 83f3be8da4..a477271c62 100644
--- a/src/plugins/autotest/autotestplugin.cpp
+++ b/src/plugins/autotest/autotestplugin.cpp
@@ -94,7 +94,7 @@ QSharedPointer<TestSettings> 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);