diff options
author | Peng Wu <alexepico@gmail.com> | 2013-04-21 12:24:36 +0800 |
---|---|---|
committer | Peng Wu <alexepico@gmail.com> | 2013-04-21 12:24:36 +0800 |
commit | 5a6804db067ec7eeaface324f2bff3067399eb1f (patch) | |
tree | 7a18c24061cc0f0f07acba5966994af8dbc9bb40 /src | |
parent | 78bb55af56ff09fe61573cb3b778f0a4e8326c73 (diff) | |
download | ibus-libpinyin-5a6804db067ec7eeaface324f2bff3067399eb1f.tar.gz ibus-libpinyin-5a6804db067ec7eeaface324f2bff3067399eb1f.tar.bz2 ibus-libpinyin-5a6804db067ec7eeaface324f2bff3067399eb1f.zip |
Revert "change config key name"
This reverts commit ee79a7dcfbf7a9d32802e5555eceeaf7db485bff.
Diffstat (limited to 'src')
-rw-r--r-- | src/PYPConfig.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYPConfig.cc b/src/PYPConfig.cc index 0632ea8..197f3b6 100644 --- a/src/PYPConfig.cc +++ b/src/PYPConfig.cc @@ -45,7 +45,7 @@ const gchar * const CONFIG_INIT_FULL = "InitFull"; const gchar * const CONFIG_INIT_FULL_PUNCT = "InitFullPunct"; const gchar * const CONFIG_INIT_SIMP_CHINESE = "InitSimplifiedChinese"; const gchar * const CONFIG_SPECIAL_PHRASES = "SpecialPhrases"; -const gchar * const CONFIG_DICTIONARIES = "EnabledDictionaries"; +const gchar * const CONFIG_DICTIONARIES = "Dictionaries"; const gchar * const CONFIG_BOPOMOFO_KEYBOARD_MAPPING = "BopomofoKeyboardMapping"; const gchar * const CONFIG_SELECT_KEYS = "SelectKeys"; const gchar * const CONFIG_GUIDE_KEY = "GuideKey"; |