From 57d3d606b10b764d209c056500e5c9eecab9e486 Mon Sep 17 00:00:00 2001 From: GRiker Date: Sat, 23 Jan 2010 09:03:29 -0700 Subject: [PATCH] Added 'Catalog' to default exclude_tags --- src/calibre/gui2/catalog/catalog_epub_mobi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/catalog/catalog_epub_mobi.py b/src/calibre/gui2/catalog/catalog_epub_mobi.py index 841ba5f6ad..50072451a0 100644 --- a/src/calibre/gui2/catalog/catalog_epub_mobi.py +++ b/src/calibre/gui2/catalog/catalog_epub_mobi.py @@ -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','*')]