]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/clrpicker.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / clrpicker.h
index e6cfa8e5152563ffd281eeb99b8027030a913e1c..31b42b8ddc2fd7c5133d349c783d62574eb844bf 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        clrpicker.h
 // Purpose:     interface of wxColourPickerCtrl
 // Author:      wxWidgets team
 // Name:        clrpicker.h
 // Purpose:     interface of wxColourPickerCtrl
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -10,7 +9,7 @@
 #define wxCLRP_DEFAULT_STYLE      0
 #define wxCLRP_SHOW_LABEL         0x0008
 
 #define wxCLRP_DEFAULT_STYLE      0
 #define wxCLRP_SHOW_LABEL         0x0008
 
-wxEventType wxEVT_COMMAND_COLOURPICKER_CHANGED;
+wxEventType wxEVT_COLOURPICKER_CHANGED;
 
 
 /**
 
 
 /**