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 --- charpick/charpick.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'charpick/charpick.c') diff --git a/charpick/charpick.c b/charpick/charpick.c index 97e076df..1c4c8539 100644 --- a/charpick/charpick.c +++ b/charpick/charpick.c @@ -693,13 +693,13 @@ get_chartable (charpick_data *curr_data) } static const GtkActionEntry charpick_applet_menu_actions [] = { - { "Preferences", GTK_STOCK_PROPERTIES, N_("_Preferences"), + { "Preferences", "document-properties", N_("_Preferences"), NULL, NULL, G_CALLBACK (show_preferences_dialog) }, - { "Help", GTK_STOCK_HELP, N_("_Help"), + { "Help", "help-browser", N_("_Help"), NULL, NULL, G_CALLBACK (help_cb) }, - { "About", GTK_STOCK_ABOUT, N_("_About"), + { "About", "help-about", N_("_About"), NULL, NULL, G_CALLBACK (about) } }; -- cgit v1.2.1