diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-05 18:40:31 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-05 18:40:31 +0300 |
commit | e6d251345a48108495d39d82b0ec79deac63d86d (patch) | |
tree | e7a8ecf138b30b091146f51e1b13f0e0e7c0359b /src/gui/windows/charcreatedialog.cpp | |
parent | 71fd4e8d3255e15c16a4f4b51c87222c661a5b33 (diff) | |
download | plus-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/gui/windows/charcreatedialog.cpp')
-rw-r--r-- | src/gui/windows/charcreatedialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/windows/charcreatedialog.cpp b/src/gui/windows/charcreatedialog.cpp index 065e6db15..4b10d5cf3 100644 --- a/src/gui/windows/charcreatedialog.cpp +++ b/src/gui/windows/charcreatedialog.cpp @@ -380,7 +380,7 @@ void CharCreateDialog::action(const ActionEvent &event) _("OK"), DialogType::ERROR, Modal_true, - this, + ShowCenter_true, nullptr, 260); } |