Added 'Catalog' to default exclude_tags

This commit is contained in:
GRiker 2010-01-23 09:03:29 -07:00
parent 180843a81e
commit 57d3d606b1

View File

@ -17,7 +17,7 @@ class PluginWidget(QWidget,Ui_Form):
TITLE = _('E-book Options')
HELP = _('Options specific to')+' EPUB/MOBI '+_('output')
OPTION_FIELDS = [('exclude_genre','\[[\w ]*\]'),
('exclude_tags','~'),
('exclude_tags','~,Catalog'),
('read_tag','+'),
('note_tag','*')]