From 1f72d441289df987dd7fbb528089f71e719e3c46 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Tue, 23 Jan 2018 20:55:01 +0100 Subject: avoid deprecated GtkStock --- applets/notification_area/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applets/notification_area') diff --git a/applets/notification_area/main.c b/applets/notification_area/main.c index 8317ff06..259573c4 100644 --- a/applets/notification_area/main.c +++ b/applets/notification_area/main.c @@ -182,10 +182,10 @@ static void about_cb(GtkAction* action, NaTrayApplet* applet) } static const GtkActionEntry menu_actions [] = { - { "SystemTrayHelp", GTK_STOCK_HELP, N_("_Help"), + { "SystemTrayHelp", "help-browser", N_("_Help"), NULL, NULL, G_CALLBACK (help_cb) }, - { "SystemTrayAbout", GTK_STOCK_ABOUT, N_("_About"), + { "SystemTrayAbout", "help-about", N_("_About"), NULL, NULL, G_CALLBACK (about_cb) } }; -- cgit v1.2.1