summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2010-08-21 03:08:15 +0200
committerJavier Jardón <jjardon@gnome.org>2010-08-21 03:08:15 +0200
commit9016f0d9a631a27d5c97c1e918c74b51c8a1de07 (patch)
tree60295b53f8f8a97bac0f4dd7be40faa795d38f7f /tests
parent005e8a6c2f1751ed37ea9b8bae2f2d5b6f2c5e06 (diff)
downloadgtk+-9016f0d9a631a27d5c97c1e918c74b51c8a1de07.tar.gz
Use standard icon names in demos and tests
Diffstat (limited to 'tests')
-rw-r--r--tests/testbuttons.c2
-rw-r--r--tests/testentryicons.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/testbuttons.c b/tests/testbuttons.c
index 5573ef608e..fe19534ac1 100644
--- a/tests/testbuttons.c
+++ b/tests/testbuttons.c
@@ -55,7 +55,7 @@ int main (int argc, char *argv[])
hbox = gtk_hbox_new (0, FALSE);
gtk_container_add (GTK_CONTAINER (box), hbox);
button = g_object_new (GTK_TYPE_BUTTON,
- "label", "gtk-save",
+ "label", "document-save",
"use-stock", TRUE,
NULL);
gtk_container_add (GTK_CONTAINER (hbox), button);
diff --git a/tests/testentryicons.c b/tests/testentryicons.c
index 3a71bfde2a..781a6c17f6 100644
--- a/tests/testentryicons.c
+++ b/tests/testentryicons.c
@@ -123,7 +123,7 @@ main (int argc, char **argv)
GTK_FILL | GTK_EXPAND, GTK_FILL, 0, 0);
icon = g_themed_icon_new ("folder");
- g_themed_icon_append_name (G_THEMED_ICON (icon), "gtk-directory");
+ g_themed_icon_append_name (G_THEMED_ICON (icon), "folder");
gtk_entry_set_icon_from_gicon (GTK_ENTRY (entry),
GTK_ENTRY_ICON_PRIMARY,