diff options
Diffstat (limited to 'src/Fl_Sys_Menu_Bar.cxx')
| -rw-r--r-- | src/Fl_Sys_Menu_Bar.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Sys_Menu_Bar.cxx b/src/Fl_Sys_Menu_Bar.cxx index 044b85b1b..6c967f01c 100644 --- a/src/Fl_Sys_Menu_Bar.cxx +++ b/src/Fl_Sys_Menu_Bar.cxx @@ -163,7 +163,7 @@ void Fl_Sys_Menu_Bar::replace(int index, const char *name) * This cross-platform function is effective only under the MacOS platform. * \param cb a callback that will be called by "About myprog" menu item * with NULL 1st argument. - * \param user_data a pointer transmitted as 2nd argument to the callback. + * \param data a pointer transmitted as 2nd argument to the callback. */ void Fl_Sys_Menu_Bar::about(Fl_Callback *cb, void *data) { if (fl_sys_menu_bar) fl_sys_menu_bar->driver()->about(cb, data); |
