diff options
Diffstat (limited to 'src/Fl_Menu_add.cxx')
| -rw-r--r-- | src/Fl_Menu_add.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Menu_add.cxx b/src/Fl_Menu_add.cxx index 803e40f49..c5fdc502d 100644 --- a/src/Fl_Menu_add.cxx +++ b/src/Fl_Menu_add.cxx @@ -1,7 +1,7 @@ // // Menu utilities for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2022 by Bill Spitzak and others. +// Copyright 1998-2023 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -128,7 +128,7 @@ int Fl_Menu_Item::add( \param[in] sc keyboard shortcut for new item \param[in] cb callback function for new item \param[in] data user data for new item - \param[in] myflags menu flags as described in FL_Menu_Item + \param[in] myflags menu flags as described in Fl_Menu_Item \returns the index into the menu() array, where the entry was added */ |
