fix:修改词库文件名称,避免乱码
This commit is contained in:
parent
3bdf32d2fa
commit
ba6c3c6401
|
@ -5,7 +5,7 @@
|
|||
|
||||
DictQuery::DictQuery( QObject *parent ) : QObject( parent )
|
||||
{
|
||||
m_dictFile = INSTALL_DIR + "/data/dict/极点汉语词典.db";
|
||||
m_dictFile = INSTALL_DIR + "/data/dict/freeime_chinese_dict.db";
|
||||
|
||||
init_wbpy_table();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue