From 293f22c7adece4b1f2e4cc687cb0695ccf92ad08 Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Tue, 5 Jun 2012 15:24:32 +0800 Subject: [PATCH] update wtest.lua for two new document engines --- wtest.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wtest.lua b/wtest.lua index f969d6a65..0aa7ea31b 100644 --- a/wtest.lua +++ b/wtest.lua @@ -142,6 +142,8 @@ reader = ReaderUI:new{ dialog = readerwindow, dimen = Geom:new{ w = G_width - 100, h = G_height - 100 }, document = DocumentRegistry:getProvider("test/2col.pdf") + --document = DocumentRegistry:getProvider("test/djvu3spec.djvu") + --document = DocumentRegistry:getProvider("./README.TXT") } readerwindow[1][1] = reader