summaryrefslogtreecommitdiff
path: root/src/client.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-05 18:40:31 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-05 18:40:31 +0300
commite6d251345a48108495d39d82b0ec79deac63d86d (patch)
treee7a8ecf138b30b091146f51e1b13f0e0e7c0359b /src/client.cpp
parent71fd4e8d3255e15c16a4f4b51c87222c661a5b33 (diff)
downloadplus-e6d251345a48108495d39d82b0ec79deac63d86d.tar.gz
plus-e6d251345a48108495d39d82b0ec79deac63d86d.tar.bz2
plus-e6d251345a48108495d39d82b0ec79deac63d86d.tar.xz
plus-e6d251345a48108495d39d82b0ec79deac63d86d.zip
Add strong typed bool type in OkDialog.
Diffstat (limited to 'src/client.cpp')
-rw-r--r--src/client.cpp8
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);