summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_theme.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-16 17:21:24 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-16 17:21:24 +0300
commit396b3e298b21677ebe3c6f5c2f5b837ac25625f2 (patch)
tree01cfca3609db046afebe5c9e11ba0a5a803e378f /src/gui/widgets/tabs/setup_theme.cpp
parente50013d92b22faeffb8711d07a8f344ab71e9e57 (diff)
downloadManaVerse-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.tar.gz
ManaVerse-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.tar.bz2
ManaVerse-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.tar.xz
ManaVerse-396b3e298b21677ebe3c6f5c2f5b837ac25625f2.zip
Move dialog type into separate file.
Diffstat (limited to 'src/gui/widgets/tabs/setup_theme.cpp')
-rw-r--r--src/gui/widgets/tabs/setup_theme.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/tabs/setup_theme.cpp b/src/gui/widgets/tabs/setup_theme.cpp
index 5cf4e905b..5ef931249 100644
--- a/src/gui/widgets/tabs/setup_theme.cpp
+++ b/src/gui/widgets/tabs/setup_theme.cpp
@@ -306,7 +306,7 @@ void Setup_Theme::action(const ActionEvent &event)
else if (eventId == ACTION_INFO)
{
// TRANSLATORS: theme info dialog header
- new OkDialog(_("Theme info"), mThemeInfo, DIALOG_OK,
+ new OkDialog(_("Theme info"), mThemeInfo, DialogType::OK,
false, true, nullptr, 600);
}
}