forked from AuroraMiddleware/gtk
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)
|
||||
{
|
||||
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 ...";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user