From eea6c04110f34fbc560d7056c3b87de6a36c2568 Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 20 Jan 2021 21:28:27 +0100 Subject: applet-main: Replace GtkStock icon --- src/applet-main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/applet-main.c') 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 = ""; -- cgit v1.2.1