Use standard icon names

This commit is contained in:
Matthias Clasen 2011-02-11 23:53:39 -05:00
parent 728a45fc1f
commit 10ebea8c03

View File

@ -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 ...";
}