summaryrefslogtreecommitdiff
path: root/gtk/gtkviewport.c
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2011-09-29 12:36:39 +0100
committerJavier Jardón <jjardon@gnome.org>2011-09-29 12:38:49 +0100
commitb0a7db76fb6b11c3a2febad3facb3f2d0073dbec (patch)
treed0ff3185e4d94ac3561e2f7364bf19bc53839aee /gtk/gtkviewport.c
parentbdfa05bc811bf78311ee986ba03115c3154d6341 (diff)
downloadgtk+-b0a7db76fb6b11c3a2febad3facb3f2d0073dbec.tar.gz
Replace some references to the GtkTable, use GtkGrid instead
Diffstat (limited to 'gtk/gtkviewport.c')
-rw-r--r--gtk/gtkviewport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkviewport.c b/gtk/gtkviewport.c
index 7aa3a81b36..2d3e6dd092 100644
--- a/gtk/gtkviewport.c
+++ b/gtk/gtkviewport.c
@@ -44,7 +44,7 @@
* The #GtkViewport widget acts as an adaptor class, implementing
* scrollability for child widgets that lack their own scrolling
* capabilities. Use #GtkViewport to scroll child widgets such as
- * #GtkTable, #GtkBox, and so on.
+ * #GtkGrid, #GtkBox, and so on.
*
* If a widget has native scrolling abilities, such as #GtkTextView,
* #GtkTreeView or #GtkIconview, it can be added to a #GtkScrolledWindow