From ec9116cd7f52e61afc4267b21e35325f4e7fc705 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 31 Oct 2015 22:26:28 +0300 Subject: Add strong typed bool enum separator. --- src/gui/widgets/tabs/setup_mods.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/tabs') diff --git a/src/gui/widgets/tabs/setup_mods.cpp b/src/gui/widgets/tabs/setup_mods.cpp index 71d1a865a..538555d04 100644 --- a/src/gui/widgets/tabs/setup_mods.cpp +++ b/src/gui/widgets/tabs/setup_mods.cpp @@ -74,7 +74,8 @@ void Setup_Mods::loadMods() if (mods.empty()) { // TRANSLATORS: settings label - new SetupItemLabel(_("No mods present"), "", this, false); + new SetupItemLabel(_("No mods present"), "", this, + Separator_false); return; } -- cgit v1.2.3-70-g09d2