forked from qt-creator/qt-creator
Debugger: Reword UnstartedAppWatcherDialog label string
"Reopen dialog when application finishes" Change-Id: I7b33b5773f384298fd6fffcbb272ec9c308c0d90 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
This commit is contained in:
@@ -105,9 +105,8 @@ UnstartedAppWatcherDialog::UnstartedAppWatcherDialog(QWidget *parent)
|
|||||||
m_pathChooser->setPath(localAppRC->executable());
|
m_pathChooser->setPath(localAppRC->executable());
|
||||||
}
|
}
|
||||||
|
|
||||||
m_hideOnAttachCheckBox = new QCheckBox(tr("Hide after attach"), this);
|
m_hideOnAttachCheckBox = new QCheckBox(tr("Reopen dialog when application finishes"), this);
|
||||||
m_hideOnAttachCheckBox->setToolTip(tr("Hides the dialog after attach "
|
m_hideOnAttachCheckBox->setToolTip(tr("Reopens this dialog when application finishes."));
|
||||||
" and shows it after application ends.\nAlternatively, closes the dialog."));
|
|
||||||
|
|
||||||
m_hideOnAttachCheckBox->setChecked(false);
|
m_hideOnAttachCheckBox->setChecked(false);
|
||||||
m_hideOnAttachCheckBox->setVisible(true);
|
m_hideOnAttachCheckBox->setVisible(true);
|
||||||
|
|||||||
Reference in New Issue
Block a user