libpurple/protocols/yahoo/yahoo_profile.c

changeset 23325
a374a26fe217
parent 23257
eece7b44f583
child 23438
21a1b7950f69
equal deleted inserted replaced
23324:7b269d9db7b3 23325:a374a26fe217
1058 #endif /* PHOTO_SUPPORT */ 1058 #endif /* PHOTO_SUPPORT */
1059 1059
1060 /* extract their Email address and put it in */ 1060 /* extract their Email address and put it in */
1061 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info, 1061 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info,
1062 strings->my_email_string, (yd->jp ? 4 : 1), " ", 0, 1062 strings->my_email_string, (yd->jp ? 4 : 1), " ", 0,
1063 strings->private_string, _("E-Mail"), 0, NULL, NULL); 1063 strings->private_string, _("Email"), 0, NULL, NULL);
1064 1064
1065 /* extract the Nickname if it exists */ 1065 /* extract the Nickname if it exists */
1066 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info, 1066 found |= purple_markup_extract_info_field(stripped, stripped_len, user_info,
1067 "Nickname:", 1, "\n", '\n', 1067 "Nickname:", 1, "\n", '\n',
1068 NULL, _("Nickname"), 0, NULL, NULL); 1068 NULL, _("Nickname"), 0, NULL, NULL);

mercurial