Changed: Display error message when no installer.ini file found
This commit is contained in:
parent
66c8269aad
commit
f73fa8ee24
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
if (step == CConfigFile::DisplayNoServerError)
|
if (step == CConfigFile::DisplayNoServerError)
|
||||||
{
|
{
|
||||||
// display error
|
QMessageBox::critical(NULL, QApplication::tr("Error"), QApplication::tr("Unable to find installer.ini"));
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue