Changed: Display error message when no installer.ini file found

This commit is contained in:
kervala 2016-05-14 18:48:32 +02:00
parent 66c8269aad
commit f73fa8ee24

View file

@ -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;
}