summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-09 08:54:00 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2008-12-09 08:54:00 +0000
commit1849b8df5cfd0b0306e377a63e56d083ac2868ec (patch)
tree512eb474334ff451e50bfe19a013b6a2de18ce84 /src
parentc23538ef54a9ed28d2a921f46a82f4df1c0ddbb5 (diff)
Removed extraneous html tag.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6574 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
-rw-r--r--src/Fl_Group.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Group.cxx b/src/Fl_Group.cxx
index 44f6440c6..8623457c4 100644
--- a/src/Fl_Group.cxx
+++ b/src/Fl_Group.cxx
@@ -377,7 +377,7 @@ Fl_Group::Fl_Group(int X,int Y,int W,int H,const char *l)
}
/**
- Deletes all child widgets from memory recursively.</p>
+ Deletes all child widgets from memory recursively.
This method differs from the remove() method in that it
affects all child widgets and deletes them from memory.