mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 19:33:48 +02:00
Fix #1006996 (Alt-A doesn't work after update to v0.8.54)
This commit is contained in:
parent
9077ff9d83
commit
27a3a14d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ def __init__(self, parent):
|
|||
type=Qt.QueuedConnection)
|
||||
|
||||
parent.alter_tb = l = QPushButton(parent)
|
||||
l.setText(_('&Alter Tag Browser'))
|
||||
l.setText(_('Alter Tag Browser'))
|
||||
l.setIcon(QIcon(I('tags.png')))
|
||||
l.m = QMenu()
|
||||
l.setMenu(l.m)
|
||||
|
|
|
|||
Loading…
Reference in a new issue