diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-27 10:14:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-27 10:14:25 -0400 |
commit | cb34d4036d4e2da29245c62799430e7da38d9dc2 (patch) | |
tree | a50482dfff29df0b8b50cfa18be0698add1eee43 /tests | |
parent | 17c1bb4e52453a98f452fe5183b0db4a1b297d96 (diff) | |
download | gtk+-cb34d4036d4e2da29245c62799430e7da38d9dc2.tar.gz |
Use correct icon name in testtoolbar
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testtoolbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testtoolbar.c b/tests/testtoolbar.c index 1b92d4fb30..888a52fb73 100644 --- a/tests/testtoolbar.c +++ b/tests/testtoolbar.c @@ -701,7 +701,7 @@ main (gint argc, gchar **argv) add_item_to_list (store, item, "Video"); gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, -1); - image = gtk_image_new_from_icon_name ("utility-terminal", GTK_ICON_SIZE_LARGE_TOOLBAR); + image = gtk_image_new_from_icon_name ("utilities-terminal", GTK_ICON_SIZE_LARGE_TOOLBAR); item = gtk_tool_button_new (image, "Terminal"); add_item_to_list (store, item, "Terminal"); gtk_toolbar_insert (GTK_TOOLBAR (toolbar), item, -1); |