[evolution-patches] 41970, stock remove label for attachment popup
- From: Not Zed <notzed ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] 41970, stock remove label for attachment popup
- Date: 19 Jun 2003 08:40:34 +0930
patch from paolo borelli, that he never sent to this list, so it never
got committed.
no changelog but oh well, i'll add that.
Z
--- gnome2/evolution/composer/e-msg-composer-attachment-bar.c 2003-04-25 13:51:06.000000000 +0200
+++ evolution/composer/e-msg-composer-attachment-bar.c 2003-04-26 19:42:54.000000000 +0200
@@ -499,9 +499,10 @@ remove_cb (GtkWidget *widget, gpointer d
/* 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
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]