From b05079b38aad103ec0e20a0bc6ec308c0f38d818 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sun, 20 May 2012 17:06:10 +0000 Subject: 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 --- src/Fl_Slider.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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) -- cgit v1.2.3