]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/renderer.h
Somehow, setting a tint color makes gauge work :/.
[wxWidgets.git] / interface / wx / renderer.h
index f02c32a666a8714a9188d430c258aa2cfcce2517..ef1d4879672b2631f8accac059ee9696ab60fcc3 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        renderer.h
 // Purpose:     interface of wxRendererNative
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -43,7 +42,7 @@ enum
     /** Mouse is currently over the control. */
     wxCONTROL_CURRENT    = 0x00000010,
 
-    /** Selected item in e.g. listbox. */
+    /** Selected item in e.g.\ listbox. */
     wxCONTROL_SELECTED   = 0x00000020,
 
     /** (Check/radio button) is checked. */