Add a missing space (#517954, Matt Kraai)

2008-03-02  Johan Dahlin  <johan@gnome.org>

    * docs/tutorial/gtk-tut.sgml: Add a missing space
    (#517954, Matt Kraai)


svn path=/trunk/; revision=19691
This commit is contained in:
Johan Dahlin
2008-03-03 01:04:26 +00:00
committed by Johan Dahlin
parent 7cd3da8300
commit a329e01899
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-03-02 Johan Dahlin <johan@gnome.org>
* docs/tutorial/gtk-tut.sgml: Add a missing space
(#517954, Matt Kraai)
2008-03-03 Tor Lillqvist <tml@novell.com> 2008-03-03 Tor Lillqvist <tml@novell.com>
* modules/engines/ms-windows/msw_style.c (draw_box): Check that * modules/engines/ms-windows/msw_style.c (draw_box): Check that

View File

@ -4204,7 +4204,7 @@ GtkWidget *gtk_vruler_new( void ); /* vertical ruler */
</programlisting> </programlisting>
<para>Once a ruler is created, we can define the unit of measurement. Units <para>Once a ruler is created, we can define the unit of measurement. Units
of measure for rulers can be<literal>GTK_PIXELS</literal>, <literal>GTK_INCHES</literal> or of measure for rulers can be <literal>GTK_PIXELS</literal>, <literal>GTK_INCHES</literal> or
<literal>GTK_CENTIMETERS</literal>. This is set using</para> <literal>GTK_CENTIMETERS</literal>. This is set using</para>
<programlisting role="C"> <programlisting role="C">