summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2012-05-20 17:06:10 +0000
committerManolo Gouy <Manolo>2012-05-20 17:06:10 +0000
commitb05079b38aad103ec0e20a0bc6ec308c0f38d818 (patch)
treedcc0e3df09d5b704b5d0fdacce795725dcd180e0
parentb879b0673a3d97518fd619f61ccf741a7332a69f (diff)
Fixed the Doxygen doc of Fl_Slider::Fl_Slider(uchar t, int X, int Y, int W, int H, const char* L).
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9538 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-rw-r--r--src/Fl_Slider.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Slider.cxx b/src/Fl_Slider.cxx
index bedccf55e..a4d47eee1 100644
--- a/src/Fl_Slider.cxx
+++ b/src/Fl_Slider.cxx
@@ -42,7 +42,7 @@ Fl_Slider::Fl_Slider(int X, int Y, int W, int H, const char* L)
}
/**
- Creates a new Fl_Slider widget using the given box type, position,
+ Creates a new Fl_Slider widget using the given type, position,
size, and label string.
*/
Fl_Slider::Fl_Slider(uchar t, int X, int Y, int W, int H, const char* L)