]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/colrdlgg.cpp
postscript Blit()
[wxWidgets.git] / src / generic / colrdlgg.cpp
index 2e3f8ce9194c13960dc5e57eeddcbea204e981db..daec7a16fba08466b311555199ec0ec9b6de7a2c 100644 (file)
@@ -40,7 +40,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxGenericColourDialog, wxDialog)
 
 BEGIN_EVENT_TABLE(wxGenericColourDialog, wxDialog)
-       EVT_BUTTON(wxID_ADD_CUSTOM, wxGenericColourDialog::OnAddCustom)
+       EVT_BUTTON(wxID_ADD_CUSTOM, wxGenericColourDialog::OnAddCustom)
        EVT_SLIDER(wxID_RED_SLIDER, wxGenericColourDialog::OnRedSlider)
        EVT_SLIDER(wxID_GREEN_SLIDER, wxGenericColourDialog::OnGreenSlider)
        EVT_SLIDER(wxID_BLUE_SLIDER, wxGenericColourDialog::OnBlueSlider)