diff options
Diffstat (limited to 'composer/e-msg-composer-attachment-bar.c')
-rw-r--r-- | composer/e-msg-composer-attachment-bar.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/composer/e-msg-composer-attachment-bar.c b/composer/e-msg-composer-attachment-bar.c index 9e7b42dfca..c2bad68332 100644 --- a/composer/e-msg-composer-attachment-bar.c +++ b/composer/e-msg-composer-attachment-bar.c @@ -437,13 +437,14 @@ remove_cb (GtkWidget *widget, gpointer data, GtkWidget *for_widget) remove_selected (bar); } - + /* Popup menu handling. */ static GnomeUIInfo icon_context_menu_info[] = { - GNOMEUIINFO_ITEM (N_("Remove"), - N_("Remove selected items from the attachment list"), - remove_cb, NULL), + GNOMEUIINFO_ITEM_STOCK (N_("_Remove"), + N_("Remove selected items from the attachment list"), + remove_cb, + GTK_STOCK_REMOVE), GNOMEUIINFO_MENU_PROPERTIES_ITEM (properties_cb, NULL), GNOMEUIINFO_END }; |