comparison pidgin/gtkblist.c @ 20543:87ce3da53550

Change mnemonic for Account to avoid conflict with Add. Fixes #3166
author Sean Egan <seanegan@gmail.com>
date Wed, 19 Sep 2007 07:40:17 +0000
parents c9a5a2edda7c
children 4195e0a93b1e
comparison
equal deleted inserted replaced
20541:a9022965162b 20543:87ce3da53550
5814 gtk_table_set_col_spacings(GTK_TABLE(table), 5); 5814 gtk_table_set_col_spacings(GTK_TABLE(table), 5);
5815 gtk_container_set_border_width(GTK_CONTAINER(table), 0); 5815 gtk_container_set_border_width(GTK_CONTAINER(table), 0);
5816 gtk_box_pack_start(GTK_BOX(vbox), table, FALSE, FALSE, 0); 5816 gtk_box_pack_start(GTK_BOX(vbox), table, FALSE, FALSE, 0);
5817 5817
5818 /* Set up stuff for the account box */ 5818 /* Set up stuff for the account box */
5819 label = gtk_label_new_with_mnemonic(_("_Account:")); 5819 label = gtk_label_new_with_mnemonic(_("A_ccount:"));
5820 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); 5820 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
5821 gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 0, 1); 5821 gtk_table_attach_defaults(GTK_TABLE(table), label, 0, 1, 0, 1);
5822 5822
5823 data->account_box = pidgin_account_option_menu_new(account, FALSE, 5823 data->account_box = pidgin_account_option_menu_new(account, FALSE,
5824 G_CALLBACK(add_buddy_select_account_cb), NULL, data); 5824 G_CALLBACK(add_buddy_select_account_cb), NULL, data);