mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-12 18:29:02 +00:00
Fixed: Wrong variable
This commit is contained in:
parent
3d726db78c
commit
c6fa3ad931
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
OperationStep step = res ? config.getInstallNextStep():DisplayNoServerError;
|
OperationStep step = res ? config.getInstallNextStep():DisplayNoServerError;
|
||||||
|
|
||||||
if (res == DisplayNoServerError)
|
if (step == DisplayNoServerError)
|
||||||
{
|
{
|
||||||
QMessageBox::critical(NULL, QApplication::tr("Error"), QApplication::tr("Unable to find ryzom_installer.ini"));
|
QMessageBox::critical(NULL, QApplication::tr("Error"), QApplication::tr("Unable to find ryzom_installer.ini"));
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Loading…
Reference in a new issue