diff options
author | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-04-14 20:32:13 +0200 |
---|---|---|
committer | Oswald Buddenhagen <oswald.buddenhagen@nokia.com> | 2011-04-18 14:10:11 +0200 |
commit | 9beb7afbe87ea369c45c4c2ec3501e4471b9d2f8 (patch) | |
tree | f31c7b798005a5c3296ae6d582de818bd9cce549 /src/plugins/qmlprofiler | |
parent | d1539ebbc42e81a523d07844a480c59b18f03087 (diff) | |
download | qt-creator-9beb7afbe87ea369c45c4c2ec3501e4471b9d2f8.tar.gz |
GUI style fixes: spaces before ellipses and excess ellipses
Diffstat (limited to 'src/plugins/qmlprofiler')
-rw-r--r-- | src/plugins/qmlprofiler/qmlprofilertool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofilertool.cpp b/src/plugins/qmlprofiler/qmlprofilertool.cpp index 4f38503a3e..81acdbdf6f 100644 --- a/src/plugins/qmlprofiler/qmlprofilertool.cpp +++ b/src/plugins/qmlprofiler/qmlprofilertool.cpp @@ -229,7 +229,7 @@ void QmlProfilerTool::initialize(ExtensionSystem::IPlugin * /*plugin*/) Core::ActionContainer *manalyzer = am->actionContainer(Analyzer::Constants::M_DEBUG_ANALYZER); const Core::Context globalcontext(Core::Constants::C_GLOBAL); - d->m_attachAction = new QAction(tr("Attach ..."), manalyzer); + d->m_attachAction = new QAction(tr("Attach..."), manalyzer); Core::Command *command = am->registerAction(d->m_attachAction, Constants::ATTACH, globalcontext); command->setAttribute(Core::Command::CA_UpdateText); |