summaryrefslogtreecommitdiff
path: root/gtk/gtkvbox.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-06-10 17:42:14 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-06-10 17:42:14 -0400
commit1c8632c9117a5f8ec1871d509f5151f6f7fb490a (patch)
tree0ef77b71065592803ad76fadabfaa9f878eaa350 /gtk/gtkvbox.c
parent2204405c9c9ac90ff250aeb4540c78feb9316bab (diff)
downloadgtk+-1c8632c9117a5f8ec1871d509f5151f6f7fb490a.tar.gz
One more change
Diffstat (limited to 'gtk/gtkvbox.c')
-rw-r--r--gtk/gtkvbox.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkvbox.c b/gtk/gtkvbox.c
index 0cffaea5de..ebe9937105 100644
--- a/gtk/gtkvbox.c
+++ b/gtk/gtkvbox.c
@@ -56,8 +56,8 @@
* ]|
* If you want your code to be future-proof, the recommendation is to
* switch to #GtkGrid, since #GtkBox is going to be deprecated in favor
- * of the more flexible #GtkGrid widget eventually.
- * See <xref linkend="gtk-migrating-GtkGrid"/>.
+ * of the more flexible grid widget eventually. For more information
+ * about migrating to #GtkGrid, see <xref linkend="gtk-migrating-GtkGrid"/>.
*/
G_DEFINE_TYPE (GtkVBox, gtk_vbox, GTK_TYPE_BOX)