From 81d3c35a98bfe4d21db7f2aab965a279909b11c5 Mon Sep 17 00:00:00 2001
From: hjk <qthjk@ovi.com>
Date: Tue, 14 Aug 2012 09:45:53 +0200
Subject: [PATCH] debugger: add "External" to "Start and Debug Application"
 menu entry

In line with the new documentation.

Change-Id: I06eb97b99bd79b7c7a4ff4ecc67c96cf39650e52
Reviewed-by: hjk <qthjk@ovi.com>
---
 src/plugins/debugger/debuggerplugin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
GitLab