diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/Fl.cxx b/src/Fl.cxx index 0ba7f17e1..317ce3807 100644 --- a/src/Fl.cxx +++ b/src/Fl.cxx @@ -1950,12 +1950,11 @@ int Fl::dnd() /** * Resets marked text. * - * In many languages, typing a character involves multiple keystrokes. For - * example, the A-Umlaut can be composed of two dots (") on top of the + * In many languages, typing a character can involve multiple keystrokes. For + * example, the Ä can be composed of two dots (¨) on top of the * character, followed by the letter A (on a Mac with U.S. keyboard, you'd - * type Alt-U, Shift-A. To inform the user, that the dots may be followed by - * another character, the position of the " is marked on screen with a yellow - * background color. + * type Alt-U, Shift-A. To inform the user that the dots may be followed by + * another character, the ¨ is underlined). * * Call this function if character composition needs to be aborted for some * reason. One such example would be the text input widget losing focus. |
