summaryrefslogtreecommitdiffstats
path: root/src/ZYZConfig.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2014-04-09 14:06:36 +0800
committerPeng Wu <alexepico@gmail.com>2014-04-09 14:06:36 +0800
commitdaa5ddefd5e470b15037d17cbcf15e39ec3f48f8 (patch)
tree6341e0af2a9c213a7aa375ffdebe922b033aa24a /src/ZYZConfig.cc
parentefecc361c1cd95f2dec9ced85d9fa91e255fc009 (diff)
downloadibus-libzhuyin-daa5ddefd5e470b15037d17cbcf15e39ec3f48f8.tar.gz
ibus-libzhuyin-daa5ddefd5e470b15037d17cbcf15e39ec3f48f8.tar.xz
ibus-libzhuyin-daa5ddefd5e470b15037d17cbcf15e39ec3f48f8.zip
update ZYZConfig.cc
Diffstat (limited to 'src/ZYZConfig.cc')
-rw-r--r--src/ZYZConfig.cc16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ZYZConfig.cc b/src/ZYZConfig.cc
index e7c32ee..772a067 100644
--- a/src/ZYZConfig.cc
+++ b/src/ZYZConfig.cc
@@ -23,16 +23,16 @@
namespace ZY {
-const gchar * const CONFIG_FUZZY_ZHUYIN = "FuzzyZhuyin";
+const gchar * const CONFIG_FUZZY_ZHUYIN = "fuzzyzhuyin";
const gchar * const CONFIG_ORIENTATION = "LookupTableOrientation";
-const gchar * const CONFIG_PAGE_SIZE = "LookupTablePageSize";
+const gchar * const CONFIG_PAGE_SIZE = "candidatenum";
-const gchar * const CONFIG_KEYBOARD_LAYOUT = "KeyboardLayout";
-const gchar * const CONFIG_INIT_CHINESE = "InitChinese";
-const gchar * const CONFIG_INIT_FULL = "InitFull";
-const gchar * const CONFIG_INIT_FULL_PUNCT = "InitFullPunct";
-const gchar * const CONFIG_INIT_TRAD_CHINESE = "InitTraditionalChinese";
-const gchar * const CONFIG_CANDIDATE_KEYS = "CandidateKeys";
+const gchar * const CONFIG_KEYBOARD_LAYOUT = "keyboardlayout";
+const gchar * const CONFIG_INIT_CHINESE = "chinesemode";
+const gchar * const CONFIG_INIT_FULL_ENGLISH = "fullhalfenglish";
+const gchar * const CONFIG_INIT_FULL_PUNCT = "fullhalfpunct";
+const gchar * const CONFIG_INIT_TRAD_CHINESE = "TraditionalChinese";
+const gchar * const CONFIG_CANDIDATE_KEYS = "candidatekeys";
static const struct {
const gchar * const name;