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/wncklet/workspace-switcher.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'applets/wncklet/workspace-switcher.c') diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c index 72e7c64e..df7add93 100644 --- a/applets/wncklet/workspace-switcher.c +++ b/applets/wncklet/workspace-switcher.c @@ -323,7 +323,7 @@ static gboolean applet_scroll(MatePanelApplet* applet, GdkEventScroll* event, Pa static const GtkActionEntry pager_menu_actions[] = { { "PagerPreferences", - GTK_STOCK_PROPERTIES, + "document-properties", N_("_Preferences"), NULL, NULL, @@ -331,7 +331,7 @@ static const GtkActionEntry pager_menu_actions[] = { }, { "PagerHelp", - GTK_STOCK_HELP, + "help-browser", N_("_Help"), NULL, NULL, @@ -339,7 +339,7 @@ static const GtkActionEntry pager_menu_actions[] = { }, { "PagerAbout", - GTK_STOCK_ABOUT, + "help-about", N_("_About"), NULL, NULL, -- cgit v1.2.1