diff --git a/FL/Fl_Light_Button.H b/FL/Fl_Light_Button.H index dc8591b3a..97f5623fd 100644 --- a/FL/Fl_Light_Button.H +++ b/FL/Fl_Light_Button.H @@ -34,7 +34,7 @@ #include "Fl_Button.H" /** -

This subclass displays the "on" state by turning on a light, + This subclass displays the "on" state by turning on a light, rather than drawing pushed in. The shape of the "light" is initially set to FL_DOWN_BOX. The color of the light when on is controlled with selection_color(), which defaults to FL_YELLOW.