# HG changeset patch # User Stu Tomlinson # Date 1180921462 0 # Node ID fa5c24086481473c4aa0c84bfb0b8508efe865af # Parent 582cf53510b9e4994a927e9fef2e8db0971924ea Add the mnemonics I really meant to add before I got distracted by Add Chat and Add Buddy windows. diff -r 582cf53510b9 -r fa5c24086481 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Mon Jun 04 01:32:47 2007 +0000 +++ b/pidgin/gtkblist.c Mon Jun 04 01:44:22 2007 +0000 @@ -1124,10 +1124,10 @@ if (((PurpleBlistNode*)buddy)->parent->child->next && !sub && !contact_expanded) { pidgin_separator(menu); pidgin_append_blist_node_privacy_menu(menu, (PurpleBlistNode *)buddy); - pidgin_new_item_from_stock(menu, _("Alias..."), PIDGIN_STOCK_ALIAS, + pidgin_new_item_from_stock(menu, _("_Alias..."), PIDGIN_STOCK_ALIAS, G_CALLBACK(gtk_blist_menu_alias_cb), contact, 0, 0, NULL); - pidgin_new_item_from_stock(menu, _("Remove"), GTK_STOCK_REMOVE, + pidgin_new_item_from_stock(menu, _("_Remove"), GTK_STOCK_REMOVE, G_CALLBACK(pidgin_blist_remove_cb), contact, 0, 0, NULL); } else if (!sub || contact_expanded) {