diff options
Diffstat (limited to 'drivemount/drivemount.c')
-rw-r--r-- | drivemount/drivemount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivemount/drivemount.c b/drivemount/drivemount.c index 433aa6cc..5f525667 100644 --- a/drivemount/drivemount.c +++ b/drivemount/drivemount.c @@ -156,10 +156,10 @@ display_help (GtkAction *action, } static const GtkActionEntry applet_menu_actions[] = { - { "Help", GTK_STOCK_HELP, N_("_Help"), + { "Help", "help-browser", N_("_Help"), NULL, NULL, G_CALLBACK (display_help) }, - { "About", GTK_STOCK_ABOUT, N_("_About"), + { "About", "help-about", N_("_About"), NULL, NULL, G_CALLBACK (display_about_dialog) } }; |