changeset 17694:3175a063aae1

merge of '1b4ebe4d8d8e94e998ce72e03c6bad7473803e28' and 'e0c7b2e82c91c8d337d3e0280a84ac2b43d90aa4'
author Stu Tomlinson <stu@nosnilmot.com>
date Mon, 04 Jun 2007 01:46:18 +0000
parents 1aa324c47042 (current diff) fa5c24086481 (diff)
children 352d87f05519 ae7a4134e499
files
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Mon Jun 04 01:41:23 2007 +0000
+++ b/pidgin/gtkblist.c	Mon Jun 04 01:46:18 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) {