comparison src/gtkaccount.c @ 14025:e1fd2a8bd40b

[gaim-migrate @ 16624] Change "Alias:" to "Local alias:" in the account editor to hopefully avoid minor confusion committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 03 Aug 2006 07:57:52 +0000
parents 052aee037835
children 8bda65b88e49
comparison
equal deleted inserted replaced
14024:7109e6397a31 14025:e1fd2a8bd40b
858 dialog->password_box = add_pref_box(dialog, vbox, _("Password:"), 858 dialog->password_box = add_pref_box(dialog, vbox, _("Password:"),
859 dialog->password_entry); 859 dialog->password_entry);
860 860
861 /* Alias */ 861 /* Alias */
862 dialog->alias_entry = gtk_entry_new(); 862 dialog->alias_entry = gtk_entry_new();
863 add_pref_box(dialog, vbox, _("Alias:"), dialog->alias_entry); 863 add_pref_box(dialog, vbox, _("Local alias:"), dialog->alias_entry);
864 864
865 /* Remember Password */ 865 /* Remember Password */
866 dialog->remember_pass_check = 866 dialog->remember_pass_check =
867 gtk_check_button_new_with_label(_("Remember password")); 867 gtk_check_button_new_with_label(_("Remember password"));
868 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(dialog->remember_pass_check), 868 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(dialog->remember_pass_check),