X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50940aad97e675f0ae76e650f62c8b17ad036d8b..2b9048c56f0aa04b2adbb7813f9698abdda15184:/wxPython/wx/lib/maskededit.py diff --git a/wxPython/wx/lib/maskededit.py b/wxPython/wx/lib/maskededit.py index 9eaf4b969c..39d3a17d10 100644 --- a/wxPython/wx/lib/maskededit.py +++ b/wxPython/wx/lib/maskededit.py @@ -5994,7 +5994,7 @@ class MaskedTextCtrl( wx.TextCtrl, MaskedEditMixin ): ## events, we have to do it ourselves when we auto-complete. class MaskedComboBoxSelectEvent(wx.PyCommandEvent): def __init__(self, id, selection = 0, object=None): - wx.PyCommandEvent.__init__(self, wx.EVT_COMMAND_COMBOBOX_SELECTED, id) + wx.PyCommandEvent.__init__(self, wx.wxEVT_COMMAND_COMBOBOX_SELECTED, id) self.__selection = selection self.SetEventObject(object)