summaryrefslogtreecommitdiff
path: root/gtk/gtkfilechooser.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/gtkfilechooser.c
parentbdfa05bc811bf78311ee986ba03115c3154d6341 (diff)
downloadgtk+-b0a7db76fb6b11c3a2febad3facb3f2d0073dbec.tar.gz
Replace some references to the GtkTable, use GtkGrid instead
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r--gtk/gtkfilechooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index edad536877..e9487cb841 100644
--- a/gtk/gtkfilechooser.c
+++ b/gtk/gtkfilechooser.c
@@ -178,7 +178,7 @@
* </example>
* <note>
* If you want to set more than one extra widget in the file
- * chooser, you can a container such as a #GtkVBox or a #GtkTable
+ * chooser, you can a container such as a #GtkBox or a #GtkGrid
* and include your widgets in it. Then, set the container as
* the whole extra widget.
* </note>