diff options
Diffstat (limited to 'src/fl_labeltype.cxx')
| -rw-r--r-- | src/fl_labeltype.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fl_labeltype.cxx b/src/fl_labeltype.cxx index 9eb24a8b5..c7116855e 100644 --- a/src/fl_labeltype.cxx +++ b/src/fl_labeltype.cxx @@ -82,7 +82,7 @@ void Fl::set_labeltype(Fl_Labeltype t,Fl_Label_Draw_F* f,Fl_Label_Measure_F*m) //////////////////////////////////////////////////////////////// -/** draw label with arbitrary alignment in arbitrary box */ +/** Draws a label with arbitrary alignment in an arbitrary box. */ void Fl_Label::draw(int X, int Y, int W, int H, Fl_Align align) const { if (!value && !image) return; table[type](this, X, Y, W, H, align); |
