From 77c3f229fdb170d49388a00580ffbb0579885264 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 15 Dec 2013 12:05:40 +0530 Subject: [PATCH] Add preferences action to help menu as well --- src/calibre/gui2/tweak_book/ui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/tweak_book/ui.py b/src/calibre/gui2/tweak_book/ui.py index c157bd05cd..856a6ad353 100644 --- a/src/calibre/gui2/tweak_book/ui.py +++ b/src/calibre/gui2/tweak_book/ui.py @@ -443,6 +443,7 @@ class Main(MainWindow): a = e.addAction a(self.action_help) a(QIcon(I('donate.png')), _('Donate to support calibre development'), open_donate) + a(self.action_preferences) def update_recent_books(self): m = self.recent_books_menu