Fixed a typo
This commit is contained in:
parent
20c3df6be2
commit
e6087f3818
@ -135,7 +135,7 @@ class mainLoopObject(wx.App):
|
||||
def run(self):
|
||||
self.app.MainLoop()
|
||||
|
||||
class selectableList(wx.ListCtrl, listmix.CheckListCtrlMixin):
|
||||
class selectableBaseList(wx.ListCtrl, listmix.CheckListCtrlMixin):
|
||||
def __init__(self, *args, **kwargs):
|
||||
wx.ListCtrl.__init__(self, *args, **kwargs)
|
||||
listmix.CheckListCtrlMixin.__init__(self)
|
||||
|
Loading…
Reference in New Issue
Block a user