summaryrefslogtreecommitdiff
path: root/src/plugins/help
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-19 14:08:14 +0200
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-10-19 12:28:58 +0000
commit5562cc7cfb8965ad9b7964c0b1fc66eafd1df092 (patch)
tree94af3758e64eb60f0fa43151865bdbbae0df59b5 /src/plugins/help
parent3b59ea6535d56770fa4efce09a942ac41bb05ae4 (diff)
downloadqt-creator-5562cc7cfb8965ad9b7964c0b1fc66eafd1df092.tar.gz
Help: Add ellipsis to a menu item label that leads to a web site
Change-Id: Id273a8508c8393580c6b9222f95aa4033e9eca9a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/help')
-rw-r--r--src/plugins/help/helpplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp
index ea1b229236..cd04e696fc 100644
--- a/src/plugins/help/helpplugin.cpp
+++ b/src/plugins/help/helpplugin.cpp
@@ -274,7 +274,7 @@ HelpPluginPrivate::HelpPluginPrivate()
textEditorContextMenu->addAction(cmd, Core::Constants::G_HELP);
}
- action = new QAction(HelpPlugin::tr("Technical Support"), this);
+ action = new QAction(HelpPlugin::tr("Technical Support..."), this);
cmd = ActionManager::registerAction(action, "Help.TechSupport");
ActionManager::actionContainer(Core::Constants::M_HELP)->addAction(cmd, Core::Constants::G_HELP_SUPPORT);
connect(action, &QAction::triggered, this, [this] {