summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2016-11-14 14:01:35 +0800
committerPeng Wu <alexepico@gmail.com>2016-11-14 14:01:35 +0800
commit09672f417ed06a6e95faa08166247fe661bbfee2 (patch)
treecf27ee5097bc8a1ce86bdde37bcc8735bc34db1a
parentdcedf388492b5b2fb78f667618714bbcdfe0524d (diff)
downloadibus-libzhuyin-09672f417ed06a6e95faa08166247fe661bbfee2.tar.gz
ibus-libzhuyin-09672f417ed06a6e95faa08166247fe661bbfee2.tar.xz
ibus-libzhuyin-09672f417ed06a6e95faa08166247fe661bbfee2.zip
fixes CONFIG_ORIENTATION
-rw-r--r--src/ZYZConfig.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ZYZConfig.cc b/src/ZYZConfig.cc
index a6d7300..eb5f6d5 100644
--- a/src/ZYZConfig.cc
+++ b/src/ZYZConfig.cc
@@ -27,7 +27,7 @@
namespace ZY {
const gchar * const CONFIG_FUZZY_ZHUYIN = "fuzzyzhuyin";
-const gchar * const CONFIG_ORIENTATION = "LookupTableOrientation";
+const gchar * const CONFIG_ORIENTATION = "lookuptableorientation";
const gchar * const CONFIG_PAGE_SIZE = "candidatenum";
const gchar * const CONFIG_INIT_CHINESE = "chinesemode";