From 71fd4e8d3255e15c16a4f4b51c87222c661a5b33 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 5 May 2015 18:29:07 +0300 Subject: Add strong typed bool type for modal bool flag. --- src/actions/actions.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/actions') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index 046621edc..9c88debcb 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -147,7 +147,10 @@ static int uploadUpdate(void *ptr, // TRANSLATORS: ok dialog button _("OK"), DialogType::OK, - true, false, nullptr, 260); + Modal_true, + false, + nullptr, + 260); } } } -- cgit v1.2.3-60-g2f50