diff -r 57ed3981db20 -r b9437746bffb QTfrontend/main.cpp --- a/QTfrontend/main.cpp Thu Apr 25 21:32:22 2019 +0300 +++ b/QTfrontend/main.cpp Thu Apr 25 21:24:27 2019 +0200 @@ -548,6 +548,7 @@ questionTutorialMsg.setIcon(QMessageBox::Question); questionTutorialMsg.setWindowTitle(QMessageBox::tr("Welcome to Hedgewars")); questionTutorialMsg.setText(QMessageBox::tr("Welcome to Hedgewars!\n\nYou seem to be new around here. Would you like to play some training missions first to learn the basics of Hedgewars?")); + questionTutorialMsg.setTextFormat(Qt::PlainText); questionTutorialMsg.setWindowModality(Qt::WindowModal); questionTutorialMsg.addButton(QMessageBox::Yes); questionTutorialMsg.addButton(QMessageBox::No);