summaryrefslogtreecommitdiff
path: root/tests/testtoolbar.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-27 10:14:25 -0400
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2010-10-30 17:35:20 +0900
commit5e0451de3a4042a218def4bb47d610bbe91ca276 (patch)
tree6688ab18e565d3b9396b2bfb4015a7928f48ae57 /tests/testtoolbar.c
parent0db2b334b0f7613732ee4e8a1200faa394ead29d (diff)
downloadgtk+-5e0451de3a4042a218def4bb47d610bbe91ca276.tar.gz
Use correct icon name in testtoolbar
Diffstat (limited to 'tests/testtoolbar.c')
-rw-r--r--tests/testtoolbar.c2
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);