diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-09 18:25:43 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2021-12-09 18:25:51 +0100 |
| commit | 83f6bb50b292df155a11aae630f5b8f8064fdcae (patch) | |
| tree | 307a1e66c7e9b5656479aa69fb81177ab2991cec /fluid/function_panel.cxx | |
| parent | ace6a64161a51b868557ec307364700e5d2080a1 (diff) | |
Fluid: sample documentation, please check http://messagepad.org/fluid/code.html
Diffstat (limited to 'fluid/function_panel.cxx')
| -rw-r--r-- | fluid/function_panel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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} }; |
