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/window-list.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'applets/wncklet/window-list.c') diff --git a/applets/wncklet/window-list.c b/applets/wncklet/window-list.c index df23a401..9cbe97f5 100644 --- a/applets/wncklet/window-list.c +++ b/applets/wncklet/window-list.c @@ -164,7 +164,7 @@ static const GtkActionEntry tasklist_menu_actions[] = { }, { "TasklistPreferences", - GTK_STOCK_PROPERTIES, + "document-properties", N_("_Preferences"), NULL, NULL, @@ -172,7 +172,7 @@ static const GtkActionEntry tasklist_menu_actions[] = { }, { "TasklistHelp", - GTK_STOCK_HELP, + "help-browser", N_("_Help"), NULL, NULL, @@ -180,7 +180,7 @@ static const GtkActionEntry tasklist_menu_actions[] = { }, { "TasklistAbout", - GTK_STOCK_ABOUT, + "help-about", N_("_About"), NULL, NULL, -- cgit v1.2.1