mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
fix help links
This commit is contained in:
parent
801feaa41b
commit
f7d59cfe97
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ class DeckConf(QDialog):
|
|||
self.setWindowModality(Qt.WindowModal)
|
||||
self.connect(self.form.buttonBox,
|
||||
SIGNAL("helpRequested()"),
|
||||
lambda: openHelp("deckoptions"))
|
||||
lambda: openHelp("cramming"))
|
||||
self.setWindowTitle(_("Options for %s") % self.deck['name'])
|
||||
self.setupCombos()
|
||||
self.loadConf()
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
import datetime, time, os
|
||||
from aqt.qt import *
|
||||
from anki.lang import langs
|
||||
from aqt.utils import openFolder, showWarning, getText
|
||||
from aqt.utils import openFolder, showWarning, getText, openHelp
|
||||
import aqt
|
||||
|
||||
class Preferences(QDialog):
|
||||
|
|
Loading…
Reference in a new issue