Skip to content

Commit

Permalink
Removed incorrect docs, solves issue #137
Browse files Browse the repository at this point in the history
  • Loading branch information
erco77 committed Sep 16, 2020
1 parent c9bee9b commit 67347dd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Fl_Menu_add.cxx
Expand Up @@ -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
Expand Down

0 comments on commit 67347dd

Please sign in to comment.