Fix #1561783 [Ebook viewer using wrong icon for 'show metadata'](https://bugs.launchpad.net/calibre/+bug/1561783)

This commit is contained in:
Kovid Goyal 2016-03-25 09:18:39 +05:30
parent 5588f32d00
commit fd660e02bf

View File

@ -401,7 +401,7 @@ class Main(MainWindow):
self.tool_bar.addSeparator()
a('preferences', _('Preferences'), 'config.png')
a('metadata', _('Show book metadata'), 'dialog_information.png').setCheckable(True)
a('metadata', _('Show book metadata'), 'metadata.png').setCheckable(True)
a('load_theme', _('Load a theme'), 'wizard.png', menu_name='themes', popup_mode=QToolButton.InstantPopup)
self.tool_bar.addSeparator()