mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Add text and azw4 extensions to the add dialog.
This commit is contained in:
parent
24a0c5e1b6
commit
9912bdd78f
1 changed files with 2 additions and 2 deletions
|
|
@ -33,8 +33,8 @@ def get_filters():
|
|||
(_('LIT Books'), ['lit']),
|
||||
(_('MOBI Books'), ['mobi', 'prc', 'azw']),
|
||||
(_('Topaz books'), ['tpz','azw1']),
|
||||
(_('Text books'), ['txt', 'rtf']),
|
||||
(_('PDF Books'), ['pdf']),
|
||||
(_('Text books'), ['txt', 'text', 'rtf']),
|
||||
(_('PDF Books'), ['pdf', 'azw4']),
|
||||
(_('SNB Books'), ['snb']),
|
||||
(_('Comics'), ['cbz', 'cbr', 'cbc']),
|
||||
(_('Archives'), ['zip', 'rar']),
|
||||
|
|
|
|||
Loading…
Reference in a new issue