comparison src/gtkaccount.c @ 12152:cda86ce5b026

[gaim-migrate @ 14453] Capitalization fixes in the UI. Consistency is good. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 Nov 2005 04:58:44 +0000
parents 3c1bac709234
children d5937f126c60
comparison
equal deleted inserted replaced
12151:de798f2f4bf1 12152:cda86ce5b026
741 dialog->protocol_menu = gaim_gtk_protocol_option_menu_new( 741 dialog->protocol_menu = gaim_gtk_protocol_option_menu_new(
742 dialog->protocol_id, G_CALLBACK(set_account_protocol_cb), dialog); 742 dialog->protocol_id, G_CALLBACK(set_account_protocol_cb), dialog);
743 743
744 add_pref_box(dialog, vbox, _("Protocol:"), dialog->protocol_menu); 744 add_pref_box(dialog, vbox, _("Protocol:"), dialog->protocol_menu);
745 745
746 /* Screen Name */ 746 /* Screen name */
747 dialog->screenname_entry = gtk_entry_new(); 747 dialog->screenname_entry = gtk_entry_new();
748 748
749 add_pref_box(dialog, vbox, _("Screen Name:"), dialog->screenname_entry); 749 add_pref_box(dialog, vbox, _("Screen name:"), dialog->screenname_entry);
750 750
751 g_signal_connect(G_OBJECT(dialog->screenname_entry), "changed", 751 g_signal_connect(G_OBJECT(dialog->screenname_entry), "changed",
752 G_CALLBACK(screenname_changed_cb), dialog); 752 G_CALLBACK(screenname_changed_cb), dialog);
753 753
754 /* Do the user split thang */ 754 /* Do the user split thang */