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

--HG--
branch : feature-ryzom-installer
feature/pipeline-tools
kervala 9 years ago
parent d56aa19b1a
commit 2bcdc5107b

@ -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…
Cancel
Save