diff options
author | Orgad Shaneh <orgads@gmail.com> | 2012-07-15 21:46:36 +0300 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@nokia.com> | 2012-07-17 23:36:35 +0200 |
commit | 6a17546e5f8fc873f5190ad4e56868a091996b21 (patch) | |
tree | 33ed540cea5427aca4bb37ec51ff1cea33ee3288 /src/plugins/remotelinux | |
parent | e203893fd1def7fc5927045fcf3fefd669197924 (diff) | |
download | qt-creator-6a17546e5f8fc873f5190ad4e56868a091996b21.tar.gz |
Debugger: Profile -> Target
Change-Id: If65d7c385eb86a54a4a9bdf51be5b2bf1c3cb429
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Diffstat (limited to 'src/plugins/remotelinux')
-rw-r--r-- | src/plugins/remotelinux/startgdbserverdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/remotelinux/startgdbserverdialog.cpp b/src/plugins/remotelinux/startgdbserverdialog.cpp index 825541936c..9cb1c68ac8 100644 --- a/src/plugins/remotelinux/startgdbserverdialog.cpp +++ b/src/plugins/remotelinux/startgdbserverdialog.cpp @@ -155,7 +155,7 @@ StartGdbServerDialogPrivate::StartGdbServerDialogPrivate(StartGdbServerDialog *q QFormLayout *formLayout = new QFormLayout(); formLayout->addRow(StartGdbServerDialog::tr("Device:"), deviceComboBox); - formLayout->addRow(StartGdbServerDialog::tr("Profile:"), profileChooser); + formLayout->addRow(StartGdbServerDialog::tr("Target:"), profileChooser); formLayout->addRow(StartGdbServerDialog::tr("&Filter entries:"), processFilterLineEdit); QHBoxLayout *horizontalLayout2 = new QHBoxLayout(); |