summaryrefslogtreecommitdiff
path: root/FL/Fl_Menu_Item.H
diff options
context:
space:
mode:
Diffstat (limited to 'FL/Fl_Menu_Item.H')
-rw-r--r--FL/Fl_Menu_Item.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/FL/Fl_Menu_Item.H b/FL/Fl_Menu_Item.H
index 4dab9c624..7986af8a7 100644
--- a/FL/Fl_Menu_Item.H
+++ b/FL/Fl_Menu_Item.H
@@ -531,7 +531,7 @@ struct FL_EXPORT Fl_Menu_Item {
/**
Calls the Fl_Menu_Item item's callback, and provides the Fl_Widget argument.
- This call overrides the callback's second argument with the given value \p arg.
+ This call s the callback's second argument with the given value \p arg.
You must first check that callback() is non-zero before calling this.
*/
void do_callback(Fl_Widget* o, void* arg, Fl_Callback_Reason reason=FL_REASON_UNKNOWN) const {
@@ -540,7 +540,7 @@ struct FL_EXPORT Fl_Menu_Item {
/**
Calls the Fl_Menu_Item item's callback, and provides the Fl_Widget argument.
- This call overrides the callback's second argument with the
+ This call s the callback's second argument with the
given value \p arg. long \p arg is cast to void* when calling
the callback.
You must first check that callback() is non-zero before calling this.