summaryrefslogtreecommitdiff
path: root/applets/wncklet/window-list.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-01-23 20:55:01 +0100
committerlukefromdc <[email protected]>2018-01-25 20:28:18 -0500
commit1f72d441289df987dd7fbb528089f71e719e3c46 (patch)
treeb5635415641d0d865470d7da3d7dd602d8ba28c7 /applets/wncklet/window-list.c
parent7f99492c269f541c81e4f36742ecc3f0b4ebac04 (diff)
downloadmate-panel-1f72d441289df987dd7fbb528089f71e719e3c46.tar.bz2
mate-panel-1f72d441289df987dd7fbb528089f71e719e3c46.tar.xz
avoid deprecated GtkStock
Diffstat (limited to 'applets/wncklet/window-list.c')
-rw-r--r--applets/wncklet/window-list.c6
1 files changed, 3 insertions, 3 deletions
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,