X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e7478376f1274fb462443ad911647e65e76f3bd8..bfdaa9173ed5b20dd5a9cd83241ce44fc0eff960:/src/univ/checklst.cpp diff --git a/src/univ/checklst.cpp b/src/univ/checklst.cpp index 4e2d6f857c..6cb9f73efa 100644 --- a/src/univ/checklst.cpp +++ b/src/univ/checklst.cpp @@ -4,7 +4,6 @@ // Author: Vadim Zeitlin // Modified by: // Created: 12.09.00 -// RCS-ID: $Id$ // Copyright: (c) 2000 SciTech Software, Inc. (www.scitechsoft.com) // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -199,7 +198,7 @@ bool wxCheckListBox::PerformAction(const wxControlAction& action, { Check(sel, !IsChecked(sel)); - SendEvent(wxEVT_COMMAND_CHECKLISTBOX_TOGGLED, sel); + SendEvent(wxEVT_CHECKLISTBOX, sel); } } else