aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/debugger/debuggerplugin.cpp
diff options
context:
space:
mode:
authorhjk <[email protected]>2012-08-14 09:45:53 +0200
committerhjk <[email protected]>2012-08-14 09:47:14 +0200
commit81d3c35a98bfe4d21db7f2aab965a279909b11c5 (patch)
tree8cf3cf9d084304a08b1bf103724cc5ac57132694 /src/plugins/debugger/debuggerplugin.cpp
parent63fbe5ffe0bfb8cf1b9affd53e584aac105e42e5 (diff)
debugger: add "External" to "Start and Debug Application" menu entry
In line with the new documentation. Change-Id: I06eb97b99bd79b7c7a4ff4ecc67c96cf39650e52 Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'src/plugins/debugger/debuggerplugin.cpp')
-rw-r--r--src/plugins/debugger/debuggerplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/debuggerplugin.cpp b/src/plugins/debugger/debuggerplugin.cpp
index 43b4841a407..980d2abbf56 100644
--- a/src/plugins/debugger/debuggerplugin.cpp
+++ b/src/plugins/debugger/debuggerplugin.cpp
@@ -2908,7 +2908,7 @@ void DebuggerPluginPrivate::extensionsInitialized()
connect(act, SIGNAL(triggered()), this, SLOT(debugProjectWithoutDeploy()));
act = m_startAndDebugApplicationAction = new QAction(this);
- act->setText(tr("Start and Debug Application..."));
+ act->setText(tr("Start and Debug External Application..."));
connect(act, SIGNAL(triggered()), SLOT(startAndDebugApplication()));
act = m_attachToCoreAction = new QAction(this);