Remove an extra space and swap word order (#518166, Matt Kraai)

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

    * docs/tutorial/gtk-tut.sgml: Remove an extra space and swap word order
    (#518166, Matt Kraai)


svn path=/trunk/; revision=19692
This commit is contained in:
Johan Dahlin
2008-03-03 01:06:16 +00:00
committed by Johan Dahlin
parent a329e01899
commit d434ca3deb
2 changed files with 7 additions and 2 deletions

View File

@ -4768,7 +4768,7 @@ buttons. Lets look at how to create a Spin Button:</para>
<programlisting role="C">
GtkWidget *gtk_spin_button_new( GtkAdjustment *adjustment,
gdouble climb_rate,
gdouble climb_rate,
guint digits );
</programlisting>
@ -4913,7 +4913,7 @@ void gtk_spin_button_set_update_policy( GtkSpinButton *spin_button,
inserted text and syncing its value with the values of the
Adjustment.</para>
<para>In the case of <literal>GTK_UPDATE_IF_VALID</literal> the Spin Button only value
<para>In the case of <literal>GTK_UPDATE_IF_VALID</literal> the Spin Button value only
gets changed if the text input is a numeric value that is within the
range specified by the Adjustment. Otherwise the text is reset to the
current value.</para>