]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/checkbox.cpp
missing commit
[wxWidgets.git] / src / os2 / checkbox.cpp
index 5462a84f7a1e447cbc6425e273d3916c33005953..eec401f3f10400c2d97d81e66a25aa4ef5140a43 100644 (file)
@@ -44,7 +44,7 @@ extern void  wxAssociateWinWithHandle( HWND         hWnd
 bool wxCheckBox::OS2Command( WXUINT WXUNUSED(uParam),
                              WXWORD WXUNUSED(wId) )
 {
-    wxCommandEvent rEvent( wxEVT_COMMAND_CHECKBOX_CLICKED, m_windowId );
+    wxCommandEvent rEvent( wxEVT_CHECKBOX, m_windowId );
     rEvent.SetInt(GetValue());
     rEvent.SetEventObject(this);
     ProcessCommand(rEvent);