mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
fix drawLinks reference
This commit is contained in:
parent
9df1947e41
commit
f7b3457ff0
1 changed files with 1 additions and 1 deletions
|
@ -341,7 +341,7 @@ where id > ?""", (self.mw.col.sched.dayCutoff-86400)*1000)
|
||||||
|
|
||||||
def _drawButtons(self):
|
def _drawButtons(self):
|
||||||
buf = ""
|
buf = ""
|
||||||
for b in drawLinks:
|
for b in self.drawLinks:
|
||||||
if b[0]:
|
if b[0]:
|
||||||
b[0] = _("Shortcut key: %s") % shortcut(b[0])
|
b[0] = _("Shortcut key: %s") % shortcut(b[0])
|
||||||
buf += """
|
buf += """
|
||||||
|
|
Loading…
Reference in a new issue