mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -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.setWindowModality(Qt.WindowModal)
|
||||||
self.connect(self.form.buttonBox,
|
self.connect(self.form.buttonBox,
|
||||||
SIGNAL("helpRequested()"),
|
SIGNAL("helpRequested()"),
|
||||||
lambda: openHelp("cramming"))
|
lambda: openHelp("filtered"))
|
||||||
self.setWindowTitle(_("Options for %s") % self.deck['name'])
|
self.setWindowTitle(_("Options for %s") % self.deck['name'])
|
||||||
self.setupExamples()
|
self.setupExamples()
|
||||||
self.setupOrder()
|
self.setupOrder()
|
||||||
|
|
Loading…
Reference in a new issue