summaryrefslogtreecommitdiffstats
path: root/src/ZYConfig.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ZYConfig.cc')
-rw-r--r--src/ZYConfig.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ZYConfig.cc b/src/ZYConfig.cc
index 4686dbe..f8b965b 100644
--- a/src/ZYConfig.cc
+++ b/src/ZYConfig.cc
@@ -46,7 +46,9 @@ Config::initDefaultValues (void)
{
m_page_size = 5;
- m_keyboard_layout = CHEWING_DEFAULT;
+ m_is_zhuyin = TRUE;
+ m_zhuyin_scheme = ZHUYIN_DEFAULT;
+ m_pinyin_scheme = FULL_PINYIN_DEFAULT;
m_init_chinese = TRUE;
m_init_full_width = FALSE;