From 607d5228f3a280dd8acfcdaba7da7c83c496de32 Mon Sep 17 00:00:00 2001 From: Pablo Barciela Date: Sat, 3 Feb 2018 18:03:50 +0100 Subject: avoid deprecated GtkStock --- drivemount/drivemount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivemount') diff --git a/drivemount/drivemount.c b/drivemount/drivemount.c index 433aa6cc..5f525667 100644 --- a/drivemount/drivemount.c +++ b/drivemount/drivemount.c @@ -156,10 +156,10 @@ display_help (GtkAction *action, } static const GtkActionEntry applet_menu_actions[] = { - { "Help", GTK_STOCK_HELP, N_("_Help"), + { "Help", "help-browser", N_("_Help"), NULL, NULL, G_CALLBACK (display_help) }, - { "About", GTK_STOCK_ABOUT, N_("_About"), + { "About", "help-about", N_("_About"), NULL, NULL, G_CALLBACK (display_about_dialog) } }; -- cgit v1.2.1