diff options
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} }; |
