summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/storage/pinyin_custom2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/storage/pinyin_custom2.h b/src/storage/pinyin_custom2.h
index 916e295..e25a072 100644
--- a/src/storage/pinyin_custom2.h
+++ b/src/storage/pinyin_custom2.h
@@ -113,8 +113,8 @@ enum DoublePinyinScheme
DOUBLE_PINYIN_MS = 2,
DOUBLE_PINYIN_ZIGUANG = 3,
DOUBLE_PINYIN_ABC = 4,
- DOUBLE_PINYIN_PYJJ = 6,
- DOUBLE_PINYIN_XHE = 7,
+ DOUBLE_PINYIN_PYJJ = 5,
+ DOUBLE_PINYIN_XHE = 6,
DOUBLE_PINYIN_CUSTOMIZED = 30, /* for user's keyboard */
DOUBLE_PINYIN_DEFAULT = DOUBLE_PINYIN_MS
};