forked from teamnwah/openmw-tes3coop
Merge branch 'saving' of https://github.com/zinnschlag/openmw into esxSelector
This commit is contained in:
commit
6d439d032f
1 changed files with 11 additions and 11 deletions
|
@ -753,11 +753,11 @@ void Launcher::MainDialog::play()
|
|||
|
||||
if(!mGameSettings.hasMaster()) {
|
||||
QMessageBox msgBox;
|
||||
msgBox.setWindowTitle(tr("No master file selected"));
|
||||
msgBox.setWindowTitle(tr("No game file selected"));
|
||||
msgBox.setIcon(QMessageBox::Warning);
|
||||
msgBox.setStandardButtons(QMessageBox::Ok);
|
||||
msgBox.setText(tr("<br><b>You do not have any master files selected.</b><br><br> \
|
||||
OpenMW will not start without a master file selected.<br>"));
|
||||
msgBox.setText(tr("<br><b>You do not have no game file selected.</b><br><br> \
|
||||
OpenMW will not start without a game file selected.<br>"));
|
||||
msgBox.exec();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue