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/gtktoolbutton.c | |
parent | ff28d3f4d902a15ad33068adb52ab0ae8caf9cab (diff) | |
download | gtk+-f70fc49ebc999bc4e37c0807e818aeff2bca3459.tar.gz |
docs: fix a number of typos and obsolete references
Diffstat (limited to 'gtk/gtktoolbutton.c')
-rw-r--r-- | gtk/gtktoolbutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolbutton.c b/gtk/gtktoolbutton.c index 1999458d76..cf8a22dfa5 100644 --- a/gtk/gtktoolbutton.c +++ b/gtk/gtktoolbutton.c @@ -46,7 +46,7 @@ * #GtkToolButton<!-- -->s are #GtkToolItems containing buttons. * * Use gtk_tool_button_new() to create a new #GtkToolButton. Use - * gtk_tool_button_new_with_stock() to create a #GtkToolButton + * gtk_tool_button_new_from_stock() to create a #GtkToolButton * containing a stock item. * * The label of a #GtkToolButton is determined by the properties |