src/account.c

changeset 7755
a08288ab4e5f
parent 7654
e20577df88d1
child 7956
21d891f33b89
equal deleted inserted replaced
7754:241e080def04 7755:a08288ab4e5f
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."),

mercurial