diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-01-25 20:54:00 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-01-25 20:54:00 +0000 |
commit | 35819662f832b36073de749056a977f449525327 (patch) | |
tree | 5fc605cfc2cee299ebf47f88a852cf040f2e4472 /gtk/gtkbutton.c | |
parent | a54f709c98d0cd9f4059d1d6dd471e70e1358aec (diff) | |
download | gtk+-35819662f832b36073de749056a977f449525327.tar.gz |
Fix docs. (#165180, Jeff Franks)
2005-01-25 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkbutton.c (gtk_button_set_image): Fix docs. (#165180,
Jeff Franks)
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 7785863ed8..ac9119efa9 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -1746,7 +1746,7 @@ gtk_button_grab_notify (GtkWidget *widget, * @image: a widget to set as the image for the button * * Set the image of @button to the given widget. Note that - * it depends on the show-button-images setting whether the + * it depends on the gtk-button-images setting whether the * image will be displayed or not. * * Since: 2.6 |