diff options
Diffstat (limited to 'applets')
-rw-r--r-- | applets/brightness/brightness-applet.c | 4 | ||||
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c index f7610ab..0f1dd77 100644 --- a/applets/brightness/brightness-applet.c +++ b/applets/brightness/brightness-applet.c @@ -1065,10 +1065,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) } }; 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) } }; |