summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2017-08-22 16:32:25 +0800
committerPeng Wu <alexepico@gmail.com>2017-08-22 16:32:25 +0800
commitc34c490ebc1230149d435bfcc6dd3225884006c5 (patch)
tree64e4828bb067325eb3b60d6345ae50f89394dde8 /src
parent240ccefef75dd320d04fd085e4f02566c102ff26 (diff)
downloadibus-libpinyin-c34c490ebc1230149d435bfcc6dd3225884006c5.tar.gz
ibus-libpinyin-c34c490ebc1230149d435bfcc6dd3225884006c5.tar.xz
ibus-libpinyin-c34c490ebc1230149d435bfcc6dd3225884006c5.zip
support sort_candidate_option for setup dialog
Diffstat (limited to 'src')
-rw-r--r--src/PYPConfig.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PYPConfig.cc b/src/PYPConfig.cc
index d7ab813..d4e2cfa 100644
--- a/src/PYPConfig.cc
+++ b/src/PYPConfig.cc
@@ -33,7 +33,7 @@ const gchar * const CONFIG_FUZZY_PINYIN = "fuzzy_pinyin";
const gchar * const CONFIG_ORIENTATION = "lookup_table_orientation";
const gchar * const CONFIG_PAGE_SIZE = "lookup_table_page_size";
const gchar * const CONFIG_REMEMBER_EVERY_INPUT = "remember_every_input";
-const gchar * const CONFIG_SORT_OPTION = "sort_option";
+const gchar * const CONFIG_SORT_OPTION = "sort_candidate_option";
const gchar * const CONFIG_SHIFT_SELECT_CANDIDATE = "shift_select_candidate";
const gchar * const CONFIG_MINUS_EQUAL_PAGE = "minus_equal_page";
const gchar * const CONFIG_COMMA_PERIOD_PAGE = "comma_period_page";