summaryrefslogtreecommitdiff
path: root/applets/inhibit/inhibit-applet.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2018-01-31 00:10:46 +0100
committerraveit65 <[email protected]>2018-02-01 09:18:12 +0100
commit1c2976cfc59ba1c40f2ea7c5c99810ef090f6ffb (patch)
tree5c03dd8a7c560f0c368a885e714419b4b82e7af4 /applets/inhibit/inhibit-applet.c
parent48558e89aff3933463b6c9dc6bba7082ec3e8ee4 (diff)
downloadmate-power-manager-1c2976cfc59ba1c40f2ea7c5c99810ef090f6ffb.tar.bz2
mate-power-manager-1c2976cfc59ba1c40f2ea7c5c99810ef090f6ffb.tar.xz
avoid deprecated GtkStock
Diffstat (limited to 'applets/inhibit/inhibit-applet.c')
-rw-r--r--applets/inhibit/inhibit-applet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c
index f5f0057..a5c862a 100644
--- a/applets/inhibit/inhibit-applet.c
+++ b/applets/inhibit/inhibit-applet.c
@@ -607,10 +607,10 @@ gpm_applet_cb (MatePanelApplet *_applet, const gchar *iid, gpointer data)
gchar *ui_path;
static const GtkActionEntry menu_actions [] = {
- { "About", GTK_STOCK_ABOUT, N_("_About"),
+ { "About", "help-about", N_("_About"),
NULL, NULL,
G_CALLBACK (gpm_applet_dialog_about_cb) },
- { "Help", GTK_STOCK_HELP, N_("_Help"),
+ { "Help", "help-browser", N_("_Help"),
NULL, NULL,
G_CALLBACK (gpm_applet_help_cb) }
};