From 63b746fabc73e4764817dcf8a6aacb233b524de9 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Thu, 8 Apr 2010 05:22:13 +0000 Subject: Doc fixes/additions. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7470 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Menu_.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_Menu_.cxx b/src/Fl_Menu_.cxx index cc7ab3911..ce417bfa9 100644 --- a/src/Fl_Menu_.cxx +++ b/src/Fl_Menu_.cxx @@ -275,7 +275,7 @@ int Fl_Menu_::size() const { Sets the menu array pointer directly. If the old menu is private it is deleted. NULL is allowed and acts the same as a zero-length menu. If you try to modify the array (with add(), replace(), or - delete()) a private copy is automatically done. + remove()) a private copy is automatically done. */ void Fl_Menu_::menu(const Fl_Menu_Item* m) { clear(); -- cgit v1.2.3