]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/renderer.h
avoid GTK+ prefixes for our tree entry code, it is not part of GTK+, should have...
[wxWidgets.git] / interface / wx / renderer.h
index f02c32a666a8714a9188d430c258aa2cfcce2517..6b7e5ac5fa8865f180edca61567aad30fea3400d 100644 (file)
@@ -43,7 +43,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. */