Remove an overlooked instance of gdk drawing api

This commit is contained in:
Matthias Clasen 2011-01-13 23:42:12 -05:00
parent 985b0e57b2
commit 92c8a3e0e1

View File

@ -458,7 +458,7 @@ How do I draw text ?
<answer>
<para>
To draw a piece of text, use a Pango layout and gdk_draw_layout().
To draw a piece of text, use a Pango layout and pango_cairo_show_layout().
<informalexample>
<programlisting>
layout = gtk_widget_create_pango_layout (widget, text);