Skip to content

Commit

Permalink
FLTK not fltk...
Browse files Browse the repository at this point in the history
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1879 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
  • Loading branch information
michaelrsweet committed Dec 19, 2001
1 parent 329b412 commit da5a6c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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).
//
Expand All @@ -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.
Expand Down Expand Up @@ -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 $".
//

0 comments on commit da5a6c3

Please sign in to comment.