diff -r f2d57e987ba9 -r 4821897a0f10 QTfrontend/util/MessageDialog.cpp --- 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);