diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_Menu_add.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx index d5fdae9c5..5231e883d 100644 --- a/src/Fl_Menu_add.cxx +++ b/src/Fl_Menu_add.cxx @@ -245,8 +245,7 @@ int Fl_Menu_Item::insert( Labels starting with the "_" character cause a divider to be placed after that menu item. \par A label of the form "File/Quit" will create the submenu "File" - with a menu item called "Quit". The "/" character is ignored if it appears - as the first character of the label string, e.g. "/File/Quit". + with a menu item called "Quit". \par The label string is copied to new memory and can be freed. The other arguments (including the shortcut) are copied into the |
