forked from qt-creator/qt-creator
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:
@@ -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...
|
||||
|
||||
Reference in New Issue
Block a user