]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/checklst.cpp
Add doc for wxGraphicsContext.Create(), which is a lightweight context with no target...
[wxWidgets.git] / src / univ / checklst.cpp
index 4e2d6f857cc3b282916f04ad6ad48f856dba5711..c242e941c321b309c744d166e1490c2d635d6440 100644 (file)
@@ -199,7 +199,7 @@ bool wxCheckListBox::PerformAction(const wxControlAction& action,
         {
             Check(sel, !IsChecked(sel));
 
-            SendEvent(wxEVT_COMMAND_CHECKLISTBOX_TOGGLED, sel);
+            SendEvent(wxEVT_CHECKLISTBOX, sel);
         }
     }
     else