Use standard icon names
This commit is contained in:
parent
728a45fc1f
commit
10ebea8c03
@ -75,12 +75,12 @@ update_icons (void)
|
|||||||
|
|
||||||
if (status == TEST_STATUS_INFO)
|
if (status == TEST_STATUS_INFO)
|
||||||
{
|
{
|
||||||
icon_name = GTK_STOCK_DIALOG_INFO;
|
icon_name = "dialog-information";
|
||||||
tooltip = "Some Information ...";
|
tooltip = "Some Information ...";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
icon_name = GTK_STOCK_DIALOG_QUESTION;
|
icon_name = "dialog-question";
|
||||||
tooltip = "Some Question ...";
|
tooltip = "Some Question ...";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user