diff pidgin/gtkblist.c @ 17693:fa5c24086481

Add the mnemonics I really meant to add before I got distracted by Add Chat and Add Buddy windows.
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 04 Jun 2007 01:44:22 +0000
parents 486daeb90aa9
children 5d52c1763eb9 38a72d6dce7f 678d78b7fa34
line wrap: on
line diff
--- 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) {