From 0fd8a07748f549b680394cdebe206de062b82fd0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 8 Nov 2014 08:09:48 +0530 Subject: [PATCH] ... --- src/calibre/gui2/metadata/single.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/metadata/single.py b/src/calibre/gui2/metadata/single.py index d4067ae97e..1090f507bc 100644 --- a/src/calibre/gui2/metadata/single.py +++ b/src/calibre/gui2/metadata/single.py @@ -128,7 +128,7 @@ class MetadataSingleDialogBase(ResizableDialog): self.deduce_title_sort_button, self.languages) self.basic_metadata_widgets.extend([self.title, self.title_sort]) - self.deduce_author_sort_button = b = QToolButton(self) + self.deduce_author_sort_button = b = RightClickButton(self) b.setToolTip('

' + _('Automatically create the author sort entry based on the current ' 'author entry. Using this button to create author sort will '