diff options
Diffstat (limited to 'fluid/function_panel.fl')
| -rw-r--r-- | fluid/function_panel.fl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/function_panel.fl b/fluid/function_panel.fl index 9526f7238..48bf1a301 100644 --- a/fluid/function_panel.fl +++ b/fluid/function_panel.fl @@ -47,7 +47,7 @@ decl {extern void toggle_widgetbin_cb(Fl_Widget*, void*);} {private global } Function {use_tab_navigation(int, Fl_Text_Editor*)} { - comment {Allow Windget navigation on Text fields with Tab.} private return_type int + comment {Allow widget navigation on text fields with Tab.} private return_type int } { code {return 0;} {} } |
