diff options
| author | Manolo Gouy <Manolo> | 2011-01-16 18:21:39 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-01-16 18:21:39 +0000 |
| commit | 774880acc5baa5ad24857a184f225a351c637e23 (patch) | |
| tree | d42a114c7998ac68aca289f774d13a43cea3658d /FL | |
| parent | 6f9f14146222d8c7ab5a10f3376cd5966101e5a4 (diff) | |
Replaced "foreign language" by "another language" in doc.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8281 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Enumerations.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H index 21b25ede9..4d5de5d8b 100644 --- a/FL/Enumerations.H +++ b/FL/Enumerations.H @@ -181,7 +181,7 @@ enum Fl_Event { // events * * If you are writing a text-editing widget you may also want to call * the Fl::compose() function to translate individual keystrokes into - * foreign characters. + * non-ASCII characters. * * FL_KEYUP events are sent to the widget that currently has focus. This * is not necessarily the same widget that received the corresponding |
