summaryrefslogtreecommitdiff
path: root/accessx-status/applet.c
diff options
context:
space:
mode:
Diffstat (limited to 'accessx-status/applet.c')
-rw-r--r--accessx-status/applet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/accessx-status/applet.c b/accessx-status/applet.c
index de75004b..6bb1d77c 100644
--- a/accessx-status/applet.c
+++ b/accessx-status/applet.c
@@ -61,7 +61,7 @@ typedef struct {
} AppletStockIcon;
static AppletStockIcon stock_icons[] = {
- {ACCESSX_APPLET, "ax-applet.png", GTK_STATE_NORMAL, True},
+ {ACCESSX_APPLET, "mate-ax-applet.png", GTK_STATE_NORMAL, True},
{ACCESSX_BASE_ICON, "ax-key-base.png", GTK_STATE_NORMAL, True},
{ACCESSX_BASE_ICON, "ax-key-none.png", GTK_STATE_INSENSITIVE, False},
{ACCESSX_BASE_ICON, "ax-key-inverse.png", GTK_STATE_SELECTED, False},
@@ -149,7 +149,7 @@ static void about_cb(GtkAction* action, AccessxStatusApplet* sapplet)
"authors", authors,
"documenters", documenters,
"translator-credits", _("translator-credits"),
- "logo-icon-name", "ax-applet",
+ "logo-icon-name", "mate-ax-applet",
NULL);
}