aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shortcuts-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shortcuts-view.c')
-rw-r--r--shell/e-shortcuts-view.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/shell/e-shortcuts-view.c b/shell/e-shortcuts-view.c
index 2fba10c130..6f6dae5241 100644
--- a/shell/e-shortcuts-view.c
+++ b/shell/e-shortcuts-view.c
@@ -465,15 +465,15 @@ rename_shortcut_cb (GtkWidget *widget,
}
static GnomeUIInfo shortcut_right_click_menu_uiinfo[] = {
- GNOMEUIINFO_ITEM (N_("Open"), N_("Open the folder linked to this shortcut"),
- open_shortcut_cb, NULL),
- GNOMEUIINFO_ITEM (N_("Open in New Window"), N_("Open the folder linked to this shortcut in a new window"),
- open_shortcut_in_new_window_cb, NULL),
+ GNOMEUIINFO_ITEM_STOCK (N_("Open"), N_("Open the folder linked to this shortcut"),
+ open_shortcut_cb, GNOME_STOCK_MENU_OPEN),
+ GNOMEUIINFO_ITEM_NONE (N_("Open in New Window"), N_("Open the folder linked to this shortcut in a new window"),
+ open_shortcut_in_new_window_cb),
GNOMEUIINFO_SEPARATOR,
- GNOMEUIINFO_ITEM_STOCK (N_("Rename"), N_("Rename this shortcut"),
- rename_shortcut_cb, NULL),
+ GNOMEUIINFO_ITEM_NONE (N_("Rename"), N_("Rename this shortcut"),
+ rename_shortcut_cb),
GNOMEUIINFO_ITEM_STOCK (N_("Remove"), N_("Remove this shortcut from the shortcut bar"),
- remove_shortcut_cb, GNOME_STOCK_MENU_CLOSE),
+ remove_shortcut_cb, GNOME_STOCK_MENU_TRASH),
GNOMEUIINFO_END
};