diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-06 12:24:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-06 12:24:11 +0300 |
commit | 408da061e6098c6562f69b50d16353c7efc5cdf2 (patch) | |
tree | 06b8a255fb5ed38e9dbaed7f5ff0257b68453f83 /src/gui/widgets/tabs/setup_theme.h | |
parent | 98f057d55df649353cc6500328a45b0dfe6f833e (diff) | |
download | plus-408da061e6098c6562f69b50d16353c7efc5cdf2.tar.gz plus-408da061e6098c6562f69b50d16353c7efc5cdf2.tar.bz2 plus-408da061e6098c6562f69b50d16353c7efc5cdf2.tar.xz plus-408da061e6098c6562f69b50d16353c7efc5cdf2.zip |
Add missing npc font settings.
Diffstat (limited to 'src/gui/widgets/tabs/setup_theme.h')
-rw-r--r-- | src/gui/widgets/tabs/setup_theme.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/widgets/tabs/setup_theme.h b/src/gui/widgets/tabs/setup_theme.h index 920ef62af..a7f3ad101 100644 --- a/src/gui/widgets/tabs/setup_theme.h +++ b/src/gui/widgets/tabs/setup_theme.h @@ -84,6 +84,10 @@ class Setup_Theme final : public SetupTab DropDown *mSecureFontDropDown; std::string mSecureFont; + Label *mNpcFontLabel; + DropDown *mNpcFontDropDown; + std::string mNpcFont; + Label *mJapanFontLabel; DropDown *mJapanFontDropDown; std::string mJapanFont; |