1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 02:15:32 +00:00

Fix an irritating error message

This commit is contained in:
scrawl 2013-10-25 23:47:53 +02:00
parent 3a3f2a37c8
commit 8c9a5de26f

View file

@ -133,7 +133,7 @@ bool GraphicsPage::setupOgre()
msgBox.setIcon(QMessageBox::Critical); msgBox.setIcon(QMessageBox::Critical);
msgBox.setStandardButtons(QMessageBox::Ok); msgBox.setStandardButtons(QMessageBox::Ok);
msgBox.setText(tr("<br><b>Could not select a valid render system</b><br><br> \ msgBox.setText(tr("<br><b>Could not select a valid render system</b><br><br> \
Please make sure the plugins.cfg file exists and contains a valid rendering plugin.<br>")); Please make sure Ogre plugins were installed correctly.<br>"));
msgBox.exec(); msgBox.exec();
return false; return false;
} }