diff --git a/src/calibre/gui2/actions/add.py b/src/calibre/gui2/actions/add.py index 02c6dafb4f..e9b0f84786 100644 --- a/src/calibre/gui2/actions/add.py +++ b/src/calibre/gui2/actions/add.py @@ -40,7 +40,7 @@ def get_filters(): (_('HTML books'), ['htm', 'html', 'xhtm', 'xhtml']), (_('LIT books'), ['lit']), (_('Text books'), ['txt', 'text', 'rtf', 'md', 'markdown', 'textile', 'txtz']), - (_('Comics'), ['cbz', 'cbr', 'cbc']), + (_('Comics'), ['cbz', 'cbr', 'cbc', 'cb7']), (_('Archives'), archives), (_('Wordprocessor files'), ['odt', 'doc', 'docx']), ]