mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
fix dyn deck help link
This commit is contained in:
parent
0cafe6f739
commit
f90806277e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class DeckConf(QDialog):
|
|||
self.setWindowModality(Qt.WindowModal)
|
||||
self.connect(self.form.buttonBox,
|
||||
SIGNAL("helpRequested()"),
|
||||
lambda: openHelp("cramming"))
|
||||
lambda: openHelp("filtered"))
|
||||
self.setWindowTitle(_("Options for %s") % self.deck['name'])
|
||||
self.setupExamples()
|
||||
self.setupOrder()
|
||||
|
|
Loading…
Reference in a new issue