diff options
Diffstat (limited to 'gtk/gtkimage.c')
-rw-r--r-- | gtk/gtkimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c index 9fabd8e4d7..bb2a9232fd 100644 --- a/gtk/gtkimage.c +++ b/gtk/gtkimage.c @@ -611,7 +611,7 @@ gtk_image_new_from_pixbuf (GdkPixbuf *pixbuf) * @size: a stock icon size * * Creates a #GtkImage displaying a stock icon. Sample stock icon - * names are #GTK_STOCK_OPEN, #GTK_STOCK_EXIT. Sample stock sizes + * names are #GTK_STOCK_OPEN, #GTK_STOCK_QUIT. Sample stock sizes * are #GTK_ICON_SIZE_MENU, #GTK_ICON_SIZE_SMALL_TOOLBAR. If the stock * icon name isn't known, the image will be empty. * You can register your own stock icon names, see |