diff options
| author | Greg Ercolano <erco@seriss.com> | 2020-09-16 12:31:03 -0700 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2020-09-16 12:31:03 -0700 |
| commit | 67347dd76e996c27189813cf36f5061d5b593091 (patch) | |
| tree | f3f8e962f0152efbefd8dd2da7c470f5a97e1946 /src | |
| parent | c9bee9ba8068bb11a61ff4a8ee64d01abce79b4a (diff) | |
Removed incorrect docs, solves issue #137
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 |
