diff pidgin/gtkblist.c @ 16839:d6ccf170148e

New Send File icon committer: Sean Egan <seanegan@gmail.com>
author Hylke Bons <hylkebons@gmail.com>
date Thu, 03 May 2007 18:37:33 +0000
parents f2068bc21af7
children 9862a82206ba
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Thu May 03 18:29:59 2007 +0000
+++ b/pidgin/gtkblist.c	Thu May 03 18:37:33 2007 +0000
@@ -1086,7 +1086,7 @@
 			prpl_info->can_receive_file(buddy->account->gc, buddy->name))
 		{
 			pidgin_new_item_from_stock(menu, _("_Send File"),
-									 PIDGIN_STOCK_FILE_TRANSFER,
+									 PIDGIN_STOCK_TOOLBAR_SEND_FILE,
 									 G_CALLBACK(gtk_blist_menu_send_file_cb),
 									 buddy, 0, 0, NULL);
 		}