summaryrefslogtreecommitdiff
path: root/src/Fl_Input.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-20 07:19:19 +0000
committerManolo Gouy <Manolo>2016-04-20 07:19:19 +0000
commit163c65dc6fb7b776b118c53e93c6a472cd198214 (patch)
tree123f06659438f61f3313881cea4ae7194942cbde /src/Fl_Input.cxx
parentd57f762715f1a949b7a0e6f022ff4e6f355ec088 (diff)
Avoid the expression "foreign language" in comments.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11676 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Input.cxx')
-rw-r--r--src/Fl_Input.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Input.cxx b/src/Fl_Input.cxx
index 205babaf3..d6ebd0415 100644
--- a/src/Fl_Input.cxx
+++ b/src/Fl_Input.cxx
@@ -313,7 +313,7 @@ int Fl_Input::handle_key() {
// Insert characters into numeric fields after checking for legality:
if (input_type() == FL_FLOAT_INPUT || input_type() == FL_INT_INPUT) {
- Fl::compose_reset(); // ignore any foreign letters...
+ Fl::compose_reset(); // ignore any composed characters...
// initialize the list of legal characters inside a floating point number
#if defined(HAVE_LOCALECONV) && defined(HAVE_LOCALE_H)