diff src/gtkblist.c @ 7843:9408c12b4a61

[gaim-migrate @ 8497] Change the alias buddy, alias chat, and alias contact dialogs. They're supposed to be more HIG-friendly. They're definitely a bit smaller... I guess that's good? I dunno. I think I'm just not used to them being so small. This was from a patch from Nathan Fredrickson. I changed all the request dialogs so they do not require primary text. I'm not really sure if this is good or not. I dunno. Like, add buddy and add chat both have only small text, and they look ok. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 13 Dec 2003 02:29:23 +0000
parents d20f729d3f18
children 340df1652af1
line wrap: on
line diff
--- a/src/gtkblist.c	Sat Dec 13 02:23:25 2003 +0000
+++ b/src/gtkblist.c	Sat Dec 13 02:29:23 2003 +0000
@@ -837,7 +837,7 @@
 			"drawing-menu", menu, b);
 
 	gaim_separator(menu);
-	gaim_new_item_from_stock(menu, _("_Alias"), GAIM_STOCK_EDIT,
+	gaim_new_item_from_stock(menu, _("_Alias..."), GAIM_STOCK_EDIT,
 			G_CALLBACK(gtk_blist_menu_alias_cb), b, 0, 0, NULL);
 	gaim_new_item_from_stock(menu, _("_Remove"), GTK_STOCK_REMOVE,
 			G_CALLBACK(gaim_gtk_blist_remove_cb), b,
@@ -926,7 +926,7 @@
 		gaim_new_check_item(menu, _("Auto-Join"),
 				G_CALLBACK(gtk_blist_menu_autojoin_cb), node,
 				autojoin);
-		gaim_new_item_from_stock(menu, _("_Alias"), GAIM_STOCK_EDIT,
+		gaim_new_item_from_stock(menu, _("_Alias..."), GAIM_STOCK_EDIT,
 				G_CALLBACK(gtk_blist_menu_alias_cb), node, 0, 0, NULL);
 		gaim_new_item_from_stock(menu, _("_Remove"), GTK_STOCK_REMOVE,
 				G_CALLBACK(gaim_gtk_blist_remove_cb), node, 0, 0, NULL);
@@ -945,7 +945,7 @@
 	} else if (GAIM_BLIST_NODE_IS_CONTACT(node) && gtknode->contact_expanded
 			&& event->button == 3 && event->type == GDK_BUTTON_PRESS) {
 		menu = gtk_menu_new();
-		gaim_new_item_from_stock(menu, _("_Alias"), GAIM_STOCK_EDIT,
+		gaim_new_item_from_stock(menu, _("_Alias..."), GAIM_STOCK_EDIT,
 				G_CALLBACK(gtk_blist_menu_alias_cb), node, 0, 0, NULL);
 		gaim_new_item_from_stock(menu, _("_Collapse"), GTK_STOCK_ZOOM_OUT,
 				G_CALLBACK(gaim_gtk_blist_collapse_contact_cb),