From e6d251345a48108495d39d82b0ec79deac63d86d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 May 2015 18:40:31 +0300 Subject: Add strong typed bool type in OkDialog. --- src/client.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/client.cpp') 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); -- cgit v1.2.3-60-g2f50