Add text and azw4 extensions to the add dialog.

This commit is contained in:
John Schember 2011-09-03 13:09:27 -04:00
parent 24a0c5e1b6
commit 9912bdd78f

View File

@ -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']),