summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-19 18:40:13 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-19 18:40:13 +0000
commitda5a6c383b0ffce8b096dc92f8fdd3d3c30a1d3a (patch)
tree4a8d3b2554cedefa98bb3d4e0043f794d482def6 /src
parent329b4127f6801d04ca0cdfadaf60f1265e8268c6 (diff)
FLTK not fltk...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1879 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Group.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx
index 182d325cd..f895c442a 100644
--- a/src/Fl_Group.cxx
+++ b/src/Fl_Group.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Fl_Group.cxx,v 1.8.2.8.2.6 2001/12/19 18:15:34 easysw Exp $"
+// "$Id: Fl_Group.cxx,v 1.8.2.8.2.7 2001/12/19 18:40:13 easysw Exp $"
//
// Group widget for the Fast Light Tool Kit (FLTK).
//
@@ -23,7 +23,7 @@
// Please report all bugs and problems to "fltk-bugs@fltk.org".
//
-// The Fl_Group is the only defined container type in fltk.
+// The Fl_Group is the only defined container type in FLTK.
// Fl_Window itself is a subclass of this, and most of the event
// handling is designed so windows themselves work correctly.
@@ -551,5 +551,5 @@ void Fl_Group::draw_outside_label(const Fl_Widget& w) const {
}
//
-// End of "$Id: Fl_Group.cxx,v 1.8.2.8.2.6 2001/12/19 18:15:34 easysw Exp $".
+// End of "$Id: Fl_Group.cxx,v 1.8.2.8.2.7 2001/12/19 18:40:13 easysw Exp $".
//