summaryrefslogtreecommitdiff
path: root/applets/inhibit/inhibit-applet.c
diff options
context:
space:
mode:
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) }
};