diff options
Diffstat (limited to 'documentation/drawing.dox')
| -rw-r--r-- | documentation/drawing.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/drawing.dox b/documentation/drawing.dox index f0f9efaaa..794438d7f 100644 --- a/documentation/drawing.dox +++ b/documentation/drawing.dox @@ -645,7 +645,7 @@ if this source will be compiled on multiple platforms. <P>Assuming that the following source code was written on MS Windows, this example will output the correct label on OS X and X11 as well. Without the conversion call, the label on OS X would read -<tt>Fahrvergn¸gen</tt> with a deformed umlaut u. +<tt>Fahrvergn\\¸gen</tt> with a deformed umlaut u. \code btn = new Fl_Button(10, 10, 300, 25); btn->copy_label(fl_latin1_to_local("Fahrvergnügen")); |
