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>
This commit is contained in:
hjk
2012-08-14 09:45:53 +02:00
parent 63fbe5ffe0
commit 81d3c35a98

View File

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