From e07da1c8e7e0f84d028794ef7a4fc4b190118ae8 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sat, 24 Dec 2011 11:09:33 +0100 Subject: fix icon name for mate --- src/applet-main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/applet-main.c b/src/applet-main.c index c739251..fc3f29e 100644 --- a/src/applet-main.c +++ b/src/applet-main.c @@ -642,10 +642,10 @@ about_cb (GtkAction *action G_GNUC_UNUSED, "license", license_i18n, "wrap-license", TRUE, "translator-credits", _("translator-credits"), - "logo-icon-name", "indicator-applet", - "icon-name", "indicator-applet", + "logo-icon-name", "mate-indicator-applet", + "icon-name", "mate-indicator-applet", "website", "http://www.mate-desktop.org", - "website-label", _("Indicator Applet Website"), + "website-label", _("MATE Website"), NULL ); -- cgit v1.2.1