From 83f6bb50b292df155a11aae630f5b8f8064fdcae Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 9 Dec 2021 18:25:43 +0100 Subject: Fluid: sample documentation, please check http://messagepad.org/fluid/code.html --- fluid/function_panel.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fluid/function_panel.cxx') diff --git a/fluid/function_panel.cxx b/fluid/function_panel.cxx index 6cb60bcd0..ab3e177b1 100644 --- a/fluid/function_panel.cxx +++ b/fluid/function_panel.cxx @@ -45,7 +45,7 @@ Fl_Menu_Item menu_f_public_member_choice[] = { Fl_Choice *f_public_choice=(Fl_Choice *)0; Fl_Menu_Item menu_f_public_choice[] = { - {"local", 0, 0, (void*)(0), 0, (uchar)FL_NORMAL_LABEL, 0, 11, 0}, + {"static", 0, 0, (void*)(0), 0, (uchar)FL_NORMAL_LABEL, 0, 11, 0}, {"global", 0, 0, (void*)(1), 0, (uchar)FL_NORMAL_LABEL, 0, 11, 0}, {0,0,0,0,0,0,0,0,0} }; -- cgit v1.2.3