diff options
author | rbuj <[email protected]> | 2021-01-20 21:28:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-01-28 20:14:06 +0100 |
commit | eea6c04110f34fbc560d7056c3b87de6a36c2568 (patch) | |
tree | 14c592408fc71d83c3057d6b00e2af9a2f15814e /src/applet-main.c | |
parent | ce8f2c9d4365fe097240fd367ed5bf54e02a5e77 (diff) | |
download | mate-indicator-applet-eea6c04110f34fbc560d7056c3b87de6a36c2568.tar.bz2 mate-indicator-applet-eea6c04110f34fbc560d7056c3b87de6a36c2568.tar.xz |
applet-main: Replace GtkStock icon
Diffstat (limited to 'src/applet-main.c')
-rw-r--r-- | src/applet-main.c | 2 |
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\"/>"; |