forked from qt-creator/qt-creator
Fix wrong names in the UI
Change-Id: I6635b3a91eed4d34bb477aaeac37709e15059e06 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@nokia.com>
This commit is contained in:
@@ -43,7 +43,7 @@ MimeTypeMagicDialog::MimeTypeMagicDialog(QWidget *parent) :
|
||||
QDialog(parent)
|
||||
{
|
||||
ui.setupUi(this);
|
||||
setWindowTitle(tr("Magic Header"));
|
||||
setWindowTitle(tr("Add Magic Header"));
|
||||
connect(ui.useRecommendedGroupBox, SIGNAL(clicked(bool)),
|
||||
this, SLOT(applyRecommended(bool)));
|
||||
connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(validateAccept()));
|
||||
|
||||
Reference in New Issue
Block a user