comparison src/account.c @ 7755:8ebd9038ef62

[gaim-migrate @ 8400] Code cleanup committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 05 Dec 2003 04:03:31 +0000
parents 177be8663975
children 1b8261f374ea
comparison
equal deleted inserted replaced
7754:f75991b27e94 7755:8ebd9038ef62
323 gaim_request_field_group_add_field(group, field); 323 gaim_request_field_group_add_field(group, field);
324 324
325 g_snprintf(primary, sizeof(primary), _("Change password for %s"), 325 g_snprintf(primary, sizeof(primary), _("Change password for %s"),
326 gaim_account_get_username(account)); 326 gaim_account_get_username(account));
327 327
328 /* I'm sticking this somewhere in the code: bologna */
329
328 gaim_request_fields(gaim_account_get_connection(account), 330 gaim_request_fields(gaim_account_get_connection(account),
329 NULL, 331 NULL,
330 primary, 332 primary,
331 _("Please enter your current password and your " 333 _("Please enter your current password and your "
332 "new password."), 334 "new password."),