Skip to content

Commit

Permalink
Fix #1785931 ["Alt-M" no longer opens the comments field](https://bug…
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Aug 8, 2018
1 parent 7c4b391 commit 81f1d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibre/gui2/metadata/single.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ def create_row2(row, widget, button=None, front_button=None):
l.addWidget(self.fetch_metadata_button, 10, 0, 1, 2)
l.addWidget(self.config_metadata_button, 10, 2, 1, 1)

self.tabs[0].gb2 = gb = QGroupBox(_('Comments'), self)
self.tabs[0].gb2 = gb = QGroupBox(_('Co&mments'), self)
gb.l = l = QVBoxLayout()
gb.setLayout(l)
l.addWidget(self.comments)
Expand Down

0 comments on commit 81f1d44

Please sign in to comment.