Add cbz to the supported extensions of pdf viewer.

pull/147/head
Giorgio Micotti 11 years ago
parent a60eb8fd3e
commit 98a2e50652

@ -131,3 +131,4 @@ function PdfDocument:drawPage(target, x, y, rect, pageno, zoom, rotation, gamma,
end
DocumentRegistry:addProvider("pdf", "application/pdf", PdfDocument)
DocumentRegistry:addProvider("cbz", "application/cbz", PdfDocument)

Loading…
Cancel
Save