diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2012-07-02 02:19:06 -0400 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2012-07-02 10:41:11 -0400 |
commit | f70fc49ebc999bc4e37c0807e818aeff2bca3459 (patch) | |
tree | dd4e205b9f93cbc386b4d8087e485cb15d06393c /gtk/gtktogglebutton.c | |
parent | ff28d3f4d902a15ad33068adb52ab0ae8caf9cab (diff) | |
download | gtk+-f70fc49ebc999bc4e37c0807e818aeff2bca3459.tar.gz |
docs: fix a number of typos and obsolete references
Diffstat (limited to 'gtk/gtktogglebutton.c')
-rw-r--r-- | gtk/gtktogglebutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktogglebutton.c b/gtk/gtktogglebutton.c index 6b1664e873..a5d9497136 100644 --- a/gtk/gtktogglebutton.c +++ b/gtk/gtktogglebutton.c @@ -49,7 +49,7 @@ * * A toggle button is created by calling either gtk_toggle_button_new() or * gtk_toggle_button_new_with_label(). If using the former, it is advisable to - * pack a widget, (such as a #GtkLabel and/or a #GtkPixmap), into the toggle + * pack a widget, (such as a #GtkLabel and/or a #GtkImage), into the toggle * button's container. (See #GtkButton for more information). * * The state of a #GtkToggleButton can be set specifically using |