From 53165e3c2a801b33164f83870c28d8f10cf48f33 Mon Sep 17 00:00:00 2001 From: chrox Date: Tue, 17 Jun 2014 21:48:07 +0800 Subject: [PATCH] fix init hyphenation dictionaries --- frontend/document/credocument.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/document/credocument.lua b/frontend/document/credocument.lua index f163e9aec..094d71716 100644 --- a/frontend/document/credocument.lua +++ b/frontend/document/credocument.lua @@ -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()