fix init hyphenation dictionaries

This commit is contained in:
chrox
2014-06-17 21:48:07 +08:00
parent bb587184a5
commit 53165e3c2a

View File

@@ -55,7 +55,7 @@ function CreDocument:engineInit()
self:cacheInit()
-- initialize hyph dictionaries
cre.initHyphDict("./data/hyph")
cre.initHyphDict("./data/hyph/")
-- we need to initialize the CRE font list
local fonts = Font:getFontList()