diff options
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/client.cpp b/src/client.cpp index 1287e3789..a9354342c 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -1394,7 +1394,7 @@ int Client::gameExec() _("Close"), DialogType::ERROR, Modal_true, - true, + ShowCenter_true, nullptr, 260); mCurrentDialog->addActionListener(&loginListener); @@ -1412,7 +1412,7 @@ int Client::gameExec() _("Close"), DialogType::ERROR, Modal_true, - true, + ShowCenter_true, nullptr, 260); mCurrentDialog->addActionListener(&accountListener); @@ -1473,7 +1473,7 @@ int Client::gameExec() _("OK"), DialogType::ERROR, Modal_true, - true, + ShowCenter_true, nullptr, 260); mCurrentDialog->addActionListener(&accountListener); @@ -1504,7 +1504,7 @@ int Client::gameExec() _("OK"), DialogType::ERROR, Modal_true, - true, + ShowCenter_true, nullptr, 260); mCurrentDialog->addActionListener(&accountListener); |