summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2011-12-24 11:09:33 +0100
committerStefano Karapetsas <[email protected]>2011-12-24 11:09:33 +0100
commite07da1c8e7e0f84d028794ef7a4fc4b190118ae8 (patch)
treed49320e408f4287df6f10969ed95f65d010a8337
parent15d7981773eca53645de5edaf308bc6a738ffae5 (diff)
downloadmate-indicator-applet-e07da1c8e7e0f84d028794ef7a4fc4b190118ae8.tar.bz2
mate-indicator-applet-e07da1c8e7e0f84d028794ef7a4fc4b190118ae8.tar.xz
fix icon name for mate
-rw-r--r--src/applet-main.c6
1 files 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
);