diff options
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/theme-viewer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/theme-viewer.c b/src/ui/theme-viewer.c index 6bc6953a..0a5e4eb2 100644 --- a/src/ui/theme-viewer.c +++ b/src/ui/theme-viewer.c @@ -248,8 +248,8 @@ dialog_contents (void) update_spacings (vbox, action_area); label = gtk_label_new (_("This is a sample message in a sample dialog")); - image = gtk_image_new_from_stock (GTK_STOCK_DIALOG_INFO, - GTK_ICON_SIZE_DIALOG); + image = gtk_image_new_from_icon_name ("dialog-information", + GTK_ICON_SIZE_DIALOG); #if GTK_CHECK_VERSION (3, 0, 0) gtk_widget_set_halign (image, GTK_ALIGN_CENTER); gtk_widget_set_valign (image, GTK_ALIGN_START); |