mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
sorry, a typo crept in
This commit is contained in:
parent
692dcfd4e7
commit
74e28058f7
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ where id in %s""" % ids2str(sf))
|
||||||
self._previewNext = bbox.addButton(">", QDialogButtonBox.ActionRole)
|
self._previewNext = bbox.addButton(">", QDialogButtonBox.ActionRole)
|
||||||
self._previewNext.setAutoDefault(True)
|
self._previewNext.setAutoDefault(True)
|
||||||
self._previewNext.setShortcut(QKeySequence("Right"))
|
self._previewNext.setShortcut(QKeySequence("Right"))
|
||||||
self._previewPrev.setToolTip(_("Shortcut key: Right arrow or Enter"))
|
self._previewNext.setToolTip(_("Shortcut key: Right arrow or Enter"))
|
||||||
|
|
||||||
c(self._previewPrev, SIGNAL("clicked()"), self._onPreviewPrev)
|
c(self._previewPrev, SIGNAL("clicked()"), self._onPreviewPrev)
|
||||||
c(self._previewNext, SIGNAL("clicked()"), self._onPreviewNext)
|
c(self._previewNext, SIGNAL("clicked()"), self._onPreviewNext)
|
||||||
|
|
Loading…
Reference in a new issue