diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-08-16 19:04:43 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-08-16 19:04:43 +0300 |
commit | 92311f100efe888df9f8101d22ba9f2d7b483074 (patch) | |
tree | f59dcc185fd6e952b52607c164575a4c37052865 /src/gui/setup_theme.h | |
parent | b1f8a2eaab592b59b5946bdbe38f0d8f775cc434 (diff) | |
download | plus-92311f100efe888df9f8101d22ba9f2d7b483074.tar.gz plus-92311f100efe888df9f8101d22ba9f2d7b483074.tar.bz2 plus-92311f100efe888df9f8101d22ba9f2d7b483074.tar.xz plus-92311f100efe888df9f8101d22ba9f2d7b483074.zip |
Enable japanese language in gettext.
Add ability to use japanese font if current locale is japan locale.
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; |