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 @@ BOOK_EXTENSIONS = ['lrf', 'rar', 'zip', 'rtf', 'lit', 'txt', 'txtz', 'text', 'ht
'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',