add menu to FileManager

This commit is contained in:
Qingping Hou
2013-02-03 03:41:35 +08:00
parent 22c3043959
commit 2090dabf22
2 changed files with 68 additions and 6 deletions

View File

@@ -55,7 +55,7 @@ function ReaderMenu:setUpdateItemTable()
end
table.insert(self.item_table, {
text = "Return to file browser",
text = "Return to file manager",
callback = function()
UIManager:close(self.menu_container)
self.ui:onClose()