summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-11-04 13:34:01 +0800
committerPeng Wu <alexepico@gmail.com>2013-11-04 13:34:09 +0800
commit54eb9848d09b7d68b908258d07bbf36b7a47a20d (patch)
treef4254264073195a317a6883862c3e64f1bd1f5b5 /src/include
parent1ba2f10f6af8120ef6ec3ad9887c50af7f151c40 (diff)
downloadlibzhuyin-54eb9848d09b7d68b908258d07bbf36b7a47a20d.tar.gz
libzhuyin-54eb9848d09b7d68b908258d07bbf36b7a47a20d.tar.xz
libzhuyin-54eb9848d09b7d68b908258d07bbf36b7a47a20d.zip
use chewing tsi.src
Diffstat (limited to 'src/include')
-rw-r--r--src/include/novel_types.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/novel_types.h b/src/include/novel_types.h
index edc904b..ff4c22a 100644
--- a/src/include/novel_types.h
+++ b/src/include/novel_types.h
@@ -144,9 +144,7 @@ typedef guint32 pinyin_option_t;
typedef enum {
RESERVED = 0,
- GB_DICTIONARY = 1,
- GBK_DICTIONARY = 2,
- MERGED_DICTIONARY = 3,
+ TSI_DICTIONARY = 1,
USER_DICTIONARY = 15
} PHRASE_INDEX_LIBRARIES;