From 9392aa40e4e2146a07e5b4522b195600b9193ccd Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 22 May 2013 13:36:09 +0530 Subject: [PATCH] ... --- src/calibre/gui2/search_restriction_mixin.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/calibre/gui2/search_restriction_mixin.py b/src/calibre/gui2/search_restriction_mixin.py index 7b9fb21340..f01fb3e3dc 100644 --- a/src/calibre/gui2/search_restriction_mixin.py +++ b/src/calibre/gui2/search_restriction_mixin.py @@ -146,8 +146,12 @@ class CreateVirtualLibrary(QDialog): # {{{

For example you can use a Virtual Library to only show you books with the Tag "Unread" or only books by "My Favorite Author" or only books in a particular series.

+ +

More information and examples are available in the + User Manual.

''')) hl.setWordWrap(True) + hl.setOpenExternalLinks(True) hl.setFrameStyle(hl.StyledPanel) gl.addWidget(hl, 0, 3, 4, 1)