From 10ebea8c037ffa921e4eb0a29e5d61633e93eb8e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 11 Feb 2011 23:53:39 -0500 Subject: [PATCH] Use standard icon names --- tests/teststatusicon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/teststatusicon.c b/tests/teststatusicon.c index e0f89d7353..b754ff3279 100755 --- a/tests/teststatusicon.c +++ b/tests/teststatusicon.c @@ -75,12 +75,12 @@ update_icons (void) if (status == TEST_STATUS_INFO) { - icon_name = GTK_STOCK_DIALOG_INFO; + icon_name = "dialog-information"; tooltip = "Some Information ..."; } else { - icon_name = GTK_STOCK_DIALOG_QUESTION; + icon_name = "dialog-question"; tooltip = "Some Question ..."; }