From 879da686b6aeafe227398e1a1cd2ce546d8dd659 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 13 Jan 2022 14:20:55 +0100 Subject: Fix typo in Fl_Menu_Item docs --- FL/Fl_Menu_Item.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'FL/Fl_Menu_Item.H') diff --git a/FL/Fl_Menu_Item.H b/FL/Fl_Menu_Item.H index 435f73817..d67d4ed3f 100644 --- a/FL/Fl_Menu_Item.H +++ b/FL/Fl_Menu_Item.H @@ -313,7 +313,7 @@ struct FL_EXPORT Fl_Menu_Item { int value() const {return (flags & FL_MENU_VALUE) ? 1 : 0;} /** Turns the check or radio item "on" for the menu item. Note that this - does not turn off any adjacent radio items like set_only() does. + does not turn off any adjacent radio items like setonly() does. */ void set() {flags |= FL_MENU_VALUE;} -- cgit v1.2.3