QTfrontend/main.cpp
changeset 14836 b9437746bffb
parent 14670 56831f466d1d
child 14856 cd0af25c7913
--- 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);