changeset 8434 | 4821897a0f10 |
parent 8386 | 2aaa2995a32e |
child 8799 | 44e520374cfc |
--- a/QTfrontend/util/MessageDialog.cpp Fri Jan 25 12:54:24 2013 +0100 +++ b/QTfrontend/util/MessageDialog.cpp Fri Jan 25 13:59:27 2013 +0100 @@ -30,7 +30,7 @@ int MessageDialog::ShowMessage(const QString & msg, const QString & title, QMessageBox::Icon icon, QWidget * parent) { - QMessageBox msgMsg(parent); + QMessageBox msgMsg(parent); msgMsg.setIcon(icon); msgMsg.setWindowTitle(title.isEmpty() ? QMessageBox::tr("Hedgewars") : title); msgMsg.setText(msg);