From 0d184ef0d66b3c8aee205c96259bd2005277ee21 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Mon, 26 Nov 2012 16:09:23 -0600 Subject: [PATCH] Add an example entry when adding text reject urls. Plugin only. --- calibre-plugin/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calibre-plugin/config.py b/calibre-plugin/config.py index c5f1e460..30955390 100644 --- a/calibre-plugin/config.py +++ b/calibre-plugin/config.py @@ -549,7 +549,7 @@ class BasicTab(QWidget): def add_reject_urls(self): d = EditTextDialog(self, - "", + "http://example.com?story.php?sid=5,Reason why I rejected it", icon=self.windowIcon(), title="Add Reject URLs", label="Add Reject URLs. Use: http://...,note",