Removed extraneous html tag.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6574 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser
2008-12-09 08:54:00 +00:00
parent c23538ef54
commit 1849b8df5c
+1 -1
View File
@@ -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 This method differs from the remove() method in that it
affects all child widgets and deletes them from memory. affects all child widgets and deletes them from memory.