forked from qt-creator/qt-creator
Make configuration name more visible
* Make the name of the configuration about to be removed more visible.
This commit is contained in:
@@ -318,7 +318,7 @@ void BuildSettingsWidget::cloneConfiguration()
|
||||
void BuildSettingsWidget::deleteConfiguration()
|
||||
{
|
||||
QMessageBox msgBox(QMessageBox::Question, tr("Remove Build Configuration?"),
|
||||
tr("Do you really want to delete build configuration %1.").arg(m_buildConfiguration->displayName()),
|
||||
tr("Do you really want to delete build configuration <b>%1</b>.").arg(m_buildConfiguration->displayName()),
|
||||
QMessageBox::Yes|QMessageBox::No, this);
|
||||
msgBox.setDefaultButton(QMessageBox::No);
|
||||
msgBox.setEscapeButton(QMessageBox::No);
|
||||
|
||||
Reference in New Issue
Block a user