mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: Display error message when no installer.ini file found
This commit is contained in:
parent
77fd050c2d
commit
a8f67db35e
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ int main(int argc, char *argv[])
|
|||
|
||||
if (step == CConfigFile::DisplayNoServerError)
|
||||
{
|
||||
// display error
|
||||
QMessageBox::critical(NULL, QApplication::tr("Error"), QApplication::tr("Unable to find installer.ini"));
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue