summaryrefslogtreecommitdiffstats
path: root/src/storage
diff options
context:
space:
mode:
authorPeng Wu <alexepico@gmail.com>2013-03-26 10:31:18 +0800
committerPeng Wu <alexepico@gmail.com>2013-03-26 10:31:18 +0800
commitda39072b7e664dffe1b70b6f252fb310467c21a2 (patch)
treef8228dbcb99064e02fbef12638979d86731ad0fd /src/storage
parent00fec992f5c760f546a1db933fb08325fc9cccbf (diff)
downloadlibpinyin-da39072b7e664dffe1b70b6f252fb310467c21a2.tar.gz
libpinyin-da39072b7e664dffe1b70b6f252fb310467c21a2.tar.xz
libpinyin-da39072b7e664dffe1b70b6f252fb310467c21a2.zip
add import dictionary
Diffstat (limited to 'src/storage')
-rw-r--r--src/storage/phrase_index.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/phrase_index.cpp b/src/storage/phrase_index.cpp
index 67afb97..95b44e3 100644
--- a/src/storage/phrase_index.cpp
+++ b/src/storage/phrase_index.cpp
@@ -677,7 +677,7 @@ const pinyin_table_info_t pinyin_phrase_files[PHRASE_INDEX_LIBRARY_COUNT] =
{SOCIETY_DICTIONARY, "society.table", "society.bin", "society.dbin", DICTIONARY},
{SPORT_DICTIONARY, "sport.table", "sport.bin", "sport.dbin", DICTIONARY},
- {RESERVED1, NULL, NULL, NULL, NOT_USED},
+ {IMPORT_DICTIONARY, NULL, NULL, "import.bin", USER_FILE},
{USER_DICTIONARY, NULL, NULL, "user.bin", USER_FILE}
};