[evolution-patches] 41970, stock remove label for attachment popup



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]