Corrected the showMenu() function to belong to the right object!

UniReader -> CREReader in crereader.lua.
This commit is contained in:
Tigran Aivazian
2012-09-22 18:33:09 +01:00
parent 8b2143561e
commit 2c021d9d4e

View File

@@ -406,7 +406,7 @@ function CREReader:_drawReadingInfo()
blitbuffer.progressBar(fb.bb, 10, ypos, G_width - 20, 15, 5, 4, load_percent/100, 8)
end
function UniReader:showMenu()
function CREReader:showMenu()
self:_drawReadingInfo()
fb:refresh(1)
while true do