]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/clrpickerg.cpp
missing commit
[wxWidgets.git] / src / generic / clrpickerg.cpp
index b17a9f38afdb0365275c4001c6602af8e86fb95c..9f855ca4857f0b2676f53fd9a18bd3b2b44b3877 100644 (file)
@@ -58,7 +58,7 @@ bool wxGenericColourButton::Create( wxWindow *parent, wxWindowID id,
     }
 
     // and handle user clicks on it
-    Connect(GetId(), wxEVT_COMMAND_BUTTON_CLICKED,
+    Connect(GetId(), wxEVT_BUTTON,
             wxCommandEventHandler(wxGenericColourButton::OnButtonClick),
             NULL, this);
 
@@ -83,7 +83,7 @@ void wxGenericColourButton::InitColourData()
 
 void wxGenericColourButton::OnButtonClick(wxCommandEvent& WXUNUSED(ev))
 {
-    // update the wxColouData to be shown in the the dialog
+    // update the wxColouData to be shown in the dialog
     ms_data.SetColour(m_colour);
 
     // create the colour dialog and display it