diff options
| author | Manolo Gouy <Manolo> | 2012-05-20 17:06:10 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2012-05-20 17:06:10 +0000 |
| commit | b05079b38aad103ec0e20a0bc6ec308c0f38d818 (patch) | |
| tree | dcc0e3df09d5b704b5d0fdacce795725dcd180e0 /src | |
| parent | b879b0673a3d97518fd619f61ccf741a7332a69f (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
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Slider.cxx | 2 |
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) |
