diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-05 21:51:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-05 21:51:03 +0300 |
commit | 5090180c23dd53de111c316286639d3ba8277468 (patch) | |
tree | b936b58ce905a06cc83a5ec70ce08629722abd04 /src/gui/widgets/tabs/setup_theme.h | |
parent | 38489512096ca1f5a79a5fdaf9a73c9f5fda22e2 (diff) | |
download | plus-5090180c23dd53de111c316286639d3ba8277468.tar.gz plus-5090180c23dd53de111c316286639d3ba8277468.tar.bz2 plus-5090180c23dd53de111c316286639d3ba8277468.tar.xz plus-5090180c23dd53de111c316286639d3ba8277468.zip |
Add chinese font auto usage if detected chinese locale.
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 daf0a6f72..920ef62af 100644 --- a/src/gui/widgets/tabs/setup_theme.h +++ b/src/gui/widgets/tabs/setup_theme.h @@ -88,6 +88,10 @@ class Setup_Theme final : public SetupTab DropDown *mJapanFontDropDown; std::string mJapanFont; + Label *mChinaFontLabel; + DropDown *mChinaFontDropDown; + std::string mChinaFont; + FontSizeChoiceListModel *mFontSizeListModel; Label *mFontSizeLabel; int mFontSize; |