summaryrefslogtreecommitdiff
path: root/mate-panel/panel-action-button.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-action-button.c')
-rw-r--r--mate-panel/panel-action-button.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/panel-action-button.c b/mate-panel/panel-action-button.c
index abfe8c22..e0612b21 100644
--- a/mate-panel/panel-action-button.c
+++ b/mate-panel/panel-action-button.c
@@ -188,7 +188,7 @@ panel_action_lock_setup_menu (PanelActionButton *button)
mate_panel_applet_add_callback (button->priv->info,
"prefs",
- GTK_STOCK_PROPERTIES,
+ "document-properties",
_("_Properties"),
screensaver_properties_enabled);
}
@@ -733,7 +733,7 @@ panel_action_button_load (PanelActionButtonType type,
mate_panel_applet_add_callback (button->priv->info,
"help",
- GTK_STOCK_HELP,
+ "help-browser",
_("_Help"),
NULL);