gtk+ r19692 - in trunk: . docs/tutorial



Author: johan
Date: Mon Mar  3 01:06:16 2008
New Revision: 19692
URL: http://svn.gnome.org/viewvc/gtk+?rev=19692&view=rev

Log:
2008-03-02  Johan Dahlin  <johan gnome org>

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



Modified:
   trunk/ChangeLog
   trunk/docs/tutorial/gtk-tut.sgml

Modified: trunk/docs/tutorial/gtk-tut.sgml
==============================================================================
--- trunk/docs/tutorial/gtk-tut.sgml	(original)
+++ trunk/docs/tutorial/gtk-tut.sgml	Mon Mar  3 01:06:16 2008
@@ -4768,7 +4768,7 @@
 
 <programlisting role="C">
 GtkWidget *gtk_spin_button_new( GtkAdjustment *adjustment,
-                                gdouble         climb_rate,
+                                gdouble        climb_rate,
                                 guint          digits );
 </programlisting>
 
@@ -4913,7 +4913,7 @@
 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]