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/net/eathena/charserverhandler.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/net/eathena/charserverhandler.cpp') diff --git a/src/net/eathena/charserverhandler.cpp b/src/net/eathena/charserverhandler.cpp index 8ff7d4b1a..f3ce778cf 100644 --- a/src/net/eathena/charserverhandler.cpp +++ b/src/net/eathena/charserverhandler.cpp @@ -579,7 +579,7 @@ void CharServerHandler::processCharCheckRename(Net::MessageIn &msg) _("Error"), DialogType::ERROR, Modal_true, - true, + ShowCenter_true, nullptr, 260); } @@ -597,7 +597,7 @@ void CharServerHandler::processCharRename(Net::MessageIn &msg) _("OK"), DialogType::OK, Modal_true, - true, + ShowCenter_true, nullptr, 260); } @@ -630,7 +630,7 @@ void CharServerHandler::processCharRename(Net::MessageIn &msg) _("OK"), DialogType::OK, Modal_true, - true, + ShowCenter_true, nullptr, 260); } @@ -663,7 +663,7 @@ void CharServerHandler::processCharDeleteFailed(Net::MessageIn &msg) _("OK"), DialogType::ERROR, Modal_true, - true, + ShowCenter_true, nullptr, 260); BLOCK_END("CharServerHandler::processCharDeleteFailed") -- cgit v1.2.3-70-g09d2