diff options
author | infirit <[email protected]> | 2014-11-25 17:19:11 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-25 18:06:06 +0100 |
commit | b8d8e52f0effbf76ff909f88932098d4daf4336e (patch) | |
tree | 5bd3a4c79a2e8e4d7293cf9ed310f554c7f6652a /src/ui | |
parent | f1c78bf12b539430e2327b83e64a86649ed2faa9 (diff) | |
download | marco-b8d8e52f0effbf76ff909f88932098d4daf4336e.tar.bz2 marco-b8d8e52f0effbf76ff909f88932098d4daf4336e.tar.xz |
Replace gtkstock icon usage
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); |