]> 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 be3c08ac8cda26ad1453292e8a7a0ac8fcc3b713..31b42b8ddc2fd7c5133d349c783d62574eb844bf 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        clrpicker.h
 // Purpose:     interface of wxColourPickerCtrl
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -10,7 +9,7 @@
 #define wxCLRP_DEFAULT_STYLE      0
 #define wxCLRP_SHOW_LABEL         0x0008
 
-wxEventType wxEVT_COMMAND_COLOURPICKER_CHANGED;
+wxEventType wxEVT_COLOURPICKER_CHANGED;
 
 
 /**
@@ -46,7 +45,7 @@ wxEventType wxEVT_COMMAND_COLOURPICKER_CHANGED;
 
     @library{wxcore}
     @category{pickers}
-    @appearance{colourpickerctrl.png}
+    @appearance{colourpickerctrl}
 
     @see wxColourDialog, wxColourPickerEvent
 */