From ac18bf760907d148490594a1a38dfa311978fcef Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Thu, 17 May 2007 15:52:15 +0000 Subject: Replaced '>' with '>' in the documentation where appropriate (STR# 1682, 1684, 1685) git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5838 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/drawing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/drawing.html') diff --git a/documentation/drawing.html b/documentation/drawing.html index f734ce34a..f003e5a43 100644 --- a/documentation/drawing.html +++ b/documentation/drawing.html @@ -659,7 +659,7 @@ Without the conversion call, the label on OS X would read Fahrvergn¸gen with a deformed umlaut u.
   btn = new Fl_Button(10, 10, 300, 25);
-  btn->copy_label(fl_latin1_to_local("Fahrvergnügen"));
+  btn->copy_label(fl_latin1_to_local("Fahrvergnügen"));
 

If your application uses characters that are not part of both @@ -933,7 +933,7 @@ image, and this area is left unchanged.

void draw(int x, int y)

Draws the image with the upper-left corner at x,y. -This is the same as doing draw(x,y,img->w(),img->h(),0,0). +This is the same as doing draw(x,y,img->w(),img->h(),0,0).

Offscreen Drawing

-- cgit v1.2.3