diff options
| author | Fabien Costantini <fabien@onepost.net> | 2008-09-15 17:46:42 +0000 |
|---|---|---|
| committer | Fabien Costantini <fabien@onepost.net> | 2008-09-15 17:46:42 +0000 |
| commit | d55dfeb5e954d650287320c5e2fe90befe6e2d60 (patch) | |
| tree | 04766beaa78172bceb742d8ced680447faf2bb98 /src/Fl_Check_Button.cxx | |
| parent | c975ec6dca1f1f48404d82643f2f250faee6c1bd (diff) | |
Doxygen documentation. Fixed somes typos and also H4 remanent misplaced tags and comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6258 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Check_Button.cxx')
| -rw-r--r-- | src/Fl_Check_Button.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Check_Button.cxx b/src/Fl_Check_Button.cxx index 54fb02850..addd33d38 100644 --- a/src/Fl_Check_Button.cxx +++ b/src/Fl_Check_Button.cxx @@ -30,7 +30,7 @@ // A subclass of Fl_Button that always draws as a diamond box. This // diamond is smaller than the widget size and can be surchecked by -// another box type, for compatability with Forms. +// another box type, for compatibility with Forms. Fl_Check_Button::Fl_Check_Button(int X, int Y, int W, int H, const char *l) : Fl_Light_Button(X, Y, W, H, l) { |
