This commit is contained in:
Kovid Goyal 2011-09-02 13:23:11 -06:00
parent a6f135522c
commit 3a79c7f235
2 changed files with 2 additions and 1 deletions

View file

@ -30,7 +30,7 @@ class ParserError(ValueError):
'html', 'htmlz', 'xhtml', 'pdf', 'pdb', 'pdr', 'prc', 'mobi', 'azw', 'doc',
'epub', 'fb2', 'djv', 'djvu', 'lrx', 'cbr', 'cbz', 'cbc', 'oebzip',
'rb', 'imp', 'odt', 'chm', 'tpz', 'azw1', 'pml', 'pmlz', 'mbp', 'tan', 'snb',
'xps', 'oxps']
'xps', 'oxps', 'azw4']
class HTMLRenderer(object):

View file

@ -425,6 +425,7 @@ class FileIconProvider(QFileIconProvider):
'mobi' : 'mobi',
'mbp' : 'zero',
'azw1' : 'mobi',
'azw4' : 'pdf',
'tpz' : 'mobi',
'tan' : 'zero',
'epub' : 'epub',