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/gui/widgets/tabs/setup_video.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui/widgets/tabs/setup_video.cpp') diff --git a/src/gui/widgets/tabs/setup_video.cpp b/src/gui/widgets/tabs/setup_video.cpp index 8c4be5f85..c2ee237e5 100644 --- a/src/gui/widgets/tabs/setup_video.cpp +++ b/src/gui/widgets/tabs/setup_video.cpp @@ -250,7 +250,7 @@ void Setup_Video::apply() _("OK"), DialogType::OK, Modal_true, - true, + ShowCenter_true, nullptr, 260); } @@ -277,7 +277,7 @@ void Setup_Video::apply() _("OK"), DialogType::OK, Modal_true, - true, + ShowCenter_true, nullptr, 260); } @@ -395,7 +395,7 @@ void Setup_Video::action(const ActionEvent &event) _("OK"), DialogType::OK, Modal_true, - true, + ShowCenter_true, nullptr, 260); } @@ -410,7 +410,7 @@ void Setup_Video::action(const ActionEvent &event) _("OK"), DialogType::OK, Modal_true, - true, + ShowCenter_true, nullptr, 260); } -- cgit v1.2.3-70-g09d2