summaryrefslogtreecommitdiff
path: root/src/gui/widgets/tabs/setup_theme.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-01-05 21:51:03 +0300
committerAndrei Karas <akaras@inbox.ru>2014-01-05 21:51:03 +0300
commit5090180c23dd53de111c316286639d3ba8277468 (patch)
treeb936b58ce905a06cc83a5ec70ce08629722abd04 /src/gui/widgets/tabs/setup_theme.h
parent38489512096ca1f5a79a5fdaf9a73c9f5fda22e2 (diff)
downloadplus-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.h4
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;