forked from qt-creator/qt-creator
Device support: Change text on button for listing processes.
"Remote Processes" is no longer a good description, since we also have the desktop device. Change-Id: I3d73eb7c4a040e375cde141eb203b274449242d8 Reviewed-by: Aurindam Jana <aurindam.jana@digia.com>
This commit is contained in:
@@ -287,7 +287,7 @@ void DeviceSettingsWidget::currentDeviceChanged(int index)
|
||||
m_ui->removeConfigButton->setEnabled(true);
|
||||
|
||||
if (device->canCreateProcessModel()) {
|
||||
QPushButton * const button = new QPushButton(tr("Remote Processes"));
|
||||
QPushButton * const button = new QPushButton(tr("Show Running Processes"));
|
||||
m_additionalActionButtons << button;
|
||||
connect(button, SIGNAL(clicked()), SLOT(handleProcessListRequested()));
|
||||
m_ui->buttonsLayout->insertWidget(m_ui->buttonsLayout->count() - 1, button);
|
||||
|
Reference in New Issue
Block a user