Fix typo.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10669 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Albrecht Schlosser 2015-04-03 19:39:45 +00:00
parent d6bcdbe375
commit 33f61316fc
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ extern void exit_cb(Fl_Widget*, void*);
extern void toggle_widgetbin_cb(Fl_Widget*, void*);
/**
Allow Windget navigation on Text fields with Tab.
Allow widget navigation on text fields with Tab.
*/
static int use_tab_navigation(int, Fl_Text_Editor*) {
return 0;

View File

@ -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;} {}
}