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

@ -1,3 +1,8 @@
2008-03-02 Johan Dahlin <johan@gnome.org>
* docs/tutorial/gtk-tut.sgml: Remove an extra space and swap word order
(#518166, Matt Kraai)
2008-03-02 Johan Dahlin <johan@gnome.org> 2008-03-02 Johan Dahlin <johan@gnome.org>
* docs/tutorial/gtk-tut.sgml: Add a missing space * docs/tutorial/gtk-tut.sgml: Add a missing space

View File

@ -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 inserted text and syncing its value with the values of the
Adjustment.</para> 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 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 range specified by the Adjustment. Otherwise the text is reset to the
current value.</para> current value.</para>