summaryrefslogtreecommitdiff
path: root/geyes/geyes.c
diff options
context:
space:
mode:
Diffstat (limited to 'geyes/geyes.c')
-rw-r--r--geyes/geyes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/geyes/geyes.c b/geyes/geyes.c
index 00f85fd7..52e257b0 100644
--- a/geyes/geyes.c
+++ b/geyes/geyes.c
@@ -348,13 +348,13 @@ help_cb (GtkAction *action,
static const GtkActionEntry geyes_applet_menu_actions [] = {
- { "Props", GTK_STOCK_PROPERTIES, N_("_Preferences"),
+ { "Props", "document-properties", N_("_Preferences"),
NULL, NULL,
G_CALLBACK (properties_cb) },
- { "Help", GTK_STOCK_HELP, N_("_Help"),
+ { "Help", "help-browser", N_("_Help"),
NULL, NULL,
G_CALLBACK (help_cb) },
- { "About", GTK_STOCK_ABOUT, N_("_About"),
+ { "About", "help-about", N_("_About"),
NULL, NULL,
G_CALLBACK (about_cb) }
};