Author: ianmacarthur
Date: 2011-09-07 05:18:14 -0700 (Wed, 07 Sep 2011)
New Revision: 9031
Log:
Fix trivial documentation discrepancy in Fl_Round_Button



Modified:
   branches/branch-1.3/FL/Fl_Round_Button.H

Modified: branches/branch-1.3/FL/Fl_Round_Button.H
===================================================================
--- branches/branch-1.3/FL/Fl_Round_Button.H    2011-09-05 16:52:16 UTC (rev 
9030)
+++ branches/branch-1.3/FL/Fl_Round_Button.H    2011-09-07 12:18:14 UTC (rev 
9031)
@@ -28,13 +28,13 @@
   Buttons generate callbacks when they are clicked by the user.  You
   control exactly when and how by changing the values for type()
   and when().
-  <P ALIGN=CENTER>\image html Fl_Round_Button.png</P> 
+  <P ALIGN=CENTER>\image html Fl_Round_Button.png</P>
   \image latex  Fl_Round_Button.png " Fl_Round_Button" width=4cm
   <P>The Fl_Round_Button subclass display the "on" state by
   turning on a light, rather than drawing pushed in.  The shape of the
   "light" is initially set to FL_ROUND_DOWN_BOX.  The color of the light
   when on is controlled with selection_color(), which defaults to
-  FL_RED.
+  FL_FOREGROUND_COLOR.
 */
 class FL_EXPORT Fl_Round_Button : public Fl_Light_Button {
 public:

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to