summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux
diff options
context:
space:
mode:
authorhjk <qtc-committer@nokia.com>2011-12-05 17:21:48 +0100
committerhjk <qthjk@ovi.com>2011-12-07 10:12:49 +0100
commit18d8e340e3e6f117e046c3bcb2ef16273ba76ba9 (patch)
tree915a0d0ed84d1be6a2705bd02a920aa367935c6b /src/plugins/remotelinux
parent87f49ab3f082ee7af71c98945c31983278a75b91 (diff)
downloadqt-creator-18d8e340e3e6f117e046c3bcb2ef16273ba76ba9.tar.gz
debugger: clearer naming for some of the remote operations
Change-Id: If5857d9f41ac3819c591df165ef2d8788d95089c Reviewed-by: hjk <qthjk@ovi.com>
Diffstat (limited to 'src/plugins/remotelinux')
-rw-r--r--src/plugins/remotelinux/remotelinuxplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/remotelinuxplugin.cpp b/src/plugins/remotelinux/remotelinuxplugin.cpp
index 491a1d0d2f..ee3e9cf050 100644
--- a/src/plugins/remotelinux/remotelinuxplugin.cpp
+++ b/src/plugins/remotelinux/remotelinuxplugin.cpp
@@ -100,7 +100,7 @@ void RemoteLinuxPlugin::extensionsInitialized()
QAction *startGdbServerAction = new QAction(tr("Start Remote Debug Server..."), 0);
Command *cmd = am->registerAction(startGdbServerAction, "StartGdbServer", globalcontext);
cmd->setDefaultText(tr("Start Gdbserver"));
- mstart->addAction(cmd, Debugger::Constants::G_START_REMOTE);
+ mstart->addAction(cmd, Debugger::Constants::G_MANUAL_REMOTE);
connect(startGdbServerAction, SIGNAL(triggered()), SLOT(startGdbServer()));
}