diff options
Diffstat (limited to 'src/gui/setup_theme.h')
-rw-r--r-- | src/gui/setup_theme.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/setup_theme.h b/src/gui/setup_theme.h index 1952a88c6..c803cc296 100644 --- a/src/gui/setup_theme.h +++ b/src/gui/setup_theme.h @@ -74,6 +74,10 @@ class Setup_Theme : public SetupTab DropDown *mSecureFontDropDown; std::string mSecureFont; + gcn::Label *mJapanFontLabel; + DropDown *mJapanFontDropDown; + std::string mJapanFont; + FontSizeChoiceListModel *mFontSizeListModel; gcn::Label *fontSizeLabel; int mFontSize; |