X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7478376f1274fb462443ad911647e65e76f3bd8..c34cd96a337d3ffb75cd39e5d3f620b9a24a2acb:/src/os2/checklst.cpp diff --git a/src/os2/checklst.cpp b/src/os2/checklst.cpp index 6773983e9f..cd093e16e5 100644 --- a/src/os2/checklst.cpp +++ b/src/os2/checklst.cpp @@ -214,7 +214,7 @@ void wxCheckListBoxItem::Check( bool bCheck ) } - wxCommandEvent vEvent( wxEVT_COMMAND_CHECKLISTBOX_TOGGLED,m_pParent->GetId()); + wxCommandEvent vEvent( wxEVT_CHECKLISTBOX,m_pParent->GetId()); vEvent.SetInt(m_nIndex); vEvent.SetEventObject(m_pParent);