CustomExecutableRC: s/Command/Executable/

A custom executable RC should have an executable to set up, not
a command. That is more consistent with the other RCs, too.

Change-Id: I7d71f9f93cd8294132a65fadf2e7a8885143c19d
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This commit is contained in:
Tobias Hunger
2013-05-13 17:16:52 +02:00
parent d25c5f35ca
commit 572045324b

View File

@@ -56,7 +56,7 @@ CustomExecutableConfigurationWidget::CustomExecutableConfigurationWidget(CustomE
m_executableChooser = new Utils::PathChooser(this);
m_executableChooser->setExpectedKind(Utils::PathChooser::Command);
layout->addRow(tr("Command:"), m_executableChooser);
layout->addRow(tr("Executable:"), m_executableChooser);
m_commandLineArgumentsLineEdit = new QLineEdit(this);
m_commandLineArgumentsLineEdit->setMinimumWidth(200); // this shouldn't be fixed here...