]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/checkbox.h
Richtext interface fixes and additions for Phoenix
[wxWidgets.git] / include / wx / motif / checkbox.h
index 8676ef2fdd433b048d72dde819e03d42ef7e6b3e..d8c33323d3ae7e12d9d880398a17a319671d239a 100644 (file)
@@ -45,7 +45,7 @@ private:
     // common part of all constructors
     void Init()
     {
-        m_evtType = wxEVT_COMMAND_CHECKBOX_CLICKED;
+        m_evtType = wxEVT_CHECKBOX;
     }
 
     virtual void DoSet3StateValue(wxCheckBoxState state);
@@ -54,7 +54,7 @@ private:
 
     // public for the callback
 public:
-    // either exEVT_COMMAND_CHECKBOX_CLICKED or ..._TOGGLEBUTTON_CLICKED
+    // either wxEVT_CHECKBOX or ..._TOGGLEBUTTON
     wxEventType m_evtType;
 };