fix init hyphenation dictionaries

pull/653/head
chrox 10 years ago
parent bb587184a5
commit 53165e3c2a

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

Loading…
Cancel
Save