fix drawLinks reference
This commit is contained in:
parent
9df1947e41
commit
f7b3457ff0
@ -341,7 +341,7 @@ where id > ?""", (self.mw.col.sched.dayCutoff-86400)*1000)
|
||||
|
||||
def _drawButtons(self):
|
||||
buf = ""
|
||||
for b in drawLinks:
|
||||
for b in self.drawLinks:
|
||||
if b[0]:
|
||||
b[0] = _("Shortcut key: %s") % shortcut(b[0])
|
||||
buf += """
|
||||
|
Loading…
Reference in New Issue
Block a user