X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7478376f1274fb462443ad911647e65e76f3bd8..fb8d7eb7a880f1f2e32d8830f9c5e12b2536e05f:/src/os2/checklst.cpp?ds=inline 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);