summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-20 21:28:27 +0100
committerraveit65 <[email protected]>2021-01-28 20:14:06 +0100
commiteea6c04110f34fbc560d7056c3b87de6a36c2568 (patch)
tree14c592408fc71d83c3057d6b00e2af9a2f15814e
parentce8f2c9d4365fe097240fd367ed5bf54e02a5e77 (diff)
downloadmate-indicator-applet-eea6c04110f34fbc560d7056c3b87de6a36c2568.tar.bz2
mate-indicator-applet-eea6c04110f34fbc560d7056c3b87de6a36c2568.tar.xz
applet-main: Replace GtkStock icon
-rw-r--r--src/applet-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/applet-main.c b/src/applet-main.c
index ecfe86f..3710c1f 100644
--- a/src/applet-main.c
+++ b/src/applet-main.c
@@ -963,7 +963,7 @@ applet_fill_cb (MatePanelApplet * applet, const gchar * iid G_GNUC_UNUSED,
#endif
static const GtkActionEntry menu_actions[] = {
- {"About", GTK_STOCK_ABOUT, N_("_About"), NULL, NULL, G_CALLBACK(about_cb)}
+ {"About", "help-about", N_("_About"), NULL, NULL, G_CALLBACK(about_cb)}
};
static const gchar *menu_xml = "<menuitem name=\"About\" action=\"About\"/>";