diff options
Diffstat (limited to 'gtk/gtkbutton.c')
-rw-r--r-- | gtk/gtkbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index ca2d0607d9..843c1f49a0 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -629,7 +629,7 @@ gtk_button_buildable_iface_init (GtkBuildableIface *iface) * gtk_button_new: * * Creates a new #GtkButton widget. To add a child widget to the button, - * use gtk_container_add(). + * use gtk_button_set_child(). * * Returns: The newly created #GtkButton widget. */ |