mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-22 21:05:34 +01:00
GwR added Topaz filter to add_books()
This commit is contained in:
parent
9db4199bb8
commit
48c1b55706
1 changed files with 1 additions and 0 deletions
|
|
@ -1205,6 +1205,7 @@ def add_books(self, checked):
|
||||||
(_('HTML Books'), ['htm', 'html', 'xhtm', 'xhtml']),
|
(_('HTML Books'), ['htm', 'html', 'xhtm', 'xhtml']),
|
||||||
(_('LIT Books'), ['lit']),
|
(_('LIT Books'), ['lit']),
|
||||||
(_('MOBI Books'), ['mobi', 'prc', 'azw']),
|
(_('MOBI Books'), ['mobi', 'prc', 'azw']),
|
||||||
|
(_('Topaz books'), ['tpz','azw1']),
|
||||||
(_('Text books'), ['txt', 'rtf']),
|
(_('Text books'), ['txt', 'rtf']),
|
||||||
(_('PDF Books'), ['pdf']),
|
(_('PDF Books'), ['pdf']),
|
||||||
(_('Comics'), ['cbz', 'cbr', 'cbc']),
|
(_('Comics'), ['cbz', 'cbr', 'cbc']),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue