Add preferences action to help menu as well

This commit is contained in:
Kovid Goyal 2013-12-15 12:05:40 +05:30
parent 184586b5dd
commit 77c3f229fd

View File

@ -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