summaryrefslogtreecommitdiffstats
path: root/src/PYPinyinProperties.cc
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-11-11 15:38:35 +0800
committerPeng Wu <alexepico@gmail.com>2013-11-11 15:38:35 +0800
commit5e6708be79ff90cf483bfc66e30437d5019404a0 (patch)
tree52893b7e17b3a46aff53e5e66b0fa2167e55e439 /src/PYPinyinProperties.cc
parent737fdaa6a118729e20378245dbb8af0c142fa187 (diff)
downloadibus-libpinyin-5e6708be79ff90cf483bfc66e30437d5019404a0.tar.gz
ibus-libpinyin-5e6708be79ff90cf483bfc66e30437d5019404a0.tar.xz
ibus-libpinyin-5e6708be79ff90cf483bfc66e30437d5019404a0.zip
fixes pinyin properties
Diffstat (limited to 'src/PYPinyinProperties.cc')
-rw-r--r--src/PYPinyinProperties.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYPinyinProperties.cc b/src/PYPinyinProperties.cc
index 66205de..2d562cc 100644
--- a/src/PYPinyinProperties.cc
+++ b/src/PYPinyinProperties.cc
@@ -189,7 +189,7 @@ PinyinProperties::reset (void)
gboolean
PinyinProperties::propertyActivate (const gchar *prop_name, guint prop_state) {
- const static std::string mode_chinese ("mode.chinese");
+ const static std::string mode_chinese ("InputMode");
const static std::string mode_full ("mode.full");
const static std::string mode_full_punct ("mode.full_punct");
const static std::string mode_simp ("mode.simp");