swithItemTable -> switchItemTable

This commit is contained in:
Hzj_jie
2017-02-01 06:24:21 -08:00
parent 7166efd777
commit f91ad679d9
18 changed files with 20 additions and 21 deletions

View File

@@ -214,7 +214,7 @@ function ReaderBookmark:onShowBookmark()
text = _("Remove this bookmark"),
callback = function()
bookmark:removeBookmark(item)
bm_menu:swithItemTable(nil, bookmark.bookmarks, -1)
bm_menu:switchItemTable(nil, bookmark.bookmarks, -1)
UIManager:close(self.remove_bookmark_dialog)
end,
},