[gnome-multi-writer] trivial: Show the correct icon in the about window



commit c833f850a81d89c6ee435b13b4a046d15a060a19
Author: Richard Hughes <richard hughsie com>
Date:   Fri Jan 9 20:37:08 2015 +0000

    trivial: Show the correct icon in the about window

 src/gmw-main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gmw-main.c b/src/gmw-main.c
index 0d537cf..25454b1 100644
--- a/src/gmw-main.c
+++ b/src/gmw-main.c
@@ -1093,7 +1093,7 @@ gmw_about_activated_cb (GSimpleAction *action, GVariant *parameter, gpointer use
                parent = windows->data;
 
        icon_theme = gtk_icon_theme_get_default ();
-       logo = gtk_icon_theme_load_icon (icon_theme, "drive-harddisk-usb", 256, 0, NULL);
+       logo = gtk_icon_theme_load_icon (icon_theme, "gnome-multi-writer", 256, 0, NULL);
        gtk_show_about_dialog (parent,
                               /* TRANSLATORS: the title of the about window */
                               "title", _("About GNOME MultiWriter"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]