projectexplorer: More consistent '...'

Used for buttons that open additional dialogs, but not comboboxes.

Change-Id: I9b40eac236f18b4c0b2e358ddeccb953024e8d50
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
hjk
2011-11-02 12:42:48 +01:00
committed by Eike Ziller
parent 26d0c7290f
commit 2cbcf263cf
4 changed files with 7 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ RunSettingsWidget::RunSettingsWidget(Target *target)
m_deployConfigurationCombo = new QComboBox(this);
m_addDeployToolButton = new QPushButton(tr("Add"), this);
m_removeDeployToolButton = new QPushButton(tr("Remove"), this);
m_renameDeployButton = new QPushButton(tr("Rename"), this);
m_renameDeployButton = new QPushButton(tr("Rename..."), this);
QWidget *deployWidget = new QWidget(this);
@@ -145,7 +145,7 @@ RunSettingsWidget::RunSettingsWidget(Target *target)
m_addRunToolButton = new QPushButton(tr("Add"), this);
m_removeRunToolButton = new QPushButton(tr("Remove"), this);
m_renameRunButton = new QPushButton(tr("Rename"), this);
m_renameRunButton = new QPushButton(tr("Rename..."), this);
QSpacerItem *spacer1 =
new QSpacerItem(10, 10, QSizePolicy::Expanding, QSizePolicy::Minimum);