From a8f67db35e074825015d0204cfd046b53966dc22 Mon Sep 17 00:00:00 2001 From: kervala Date: Sat, 14 May 2016 18:48:32 +0200 Subject: [PATCH] Changed: Display error message when no installer.ini file found --- code/ryzom/tools/client/ryzom_installer/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/tools/client/ryzom_installer/src/main.cpp b/code/ryzom/tools/client/ryzom_installer/src/main.cpp index c78021ae5..fd6aaf894 100644 --- a/code/ryzom/tools/client/ryzom_installer/src/main.cpp +++ b/code/ryzom/tools/client/ryzom_installer/src/main.cpp @@ -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; }