src/protocols/yahoo/yahoo.c

changeset 7550
deceec35bb4b
parent 7478
a7df4df98778
child 7631
0e9e516bb6c3
equal deleted inserted replaced
7549:51b8404961e1 7550:deceec35bb4b
2612 * english. the problem is, that every user may choose his/her own profile 2612 * english. the problem is, that every user may choose his/her own profile
2613 * language. this language has nothing to do with the preferences of the 2613 * language. this language has nothing to do with the preferences of the
2614 * user which looks at the profile 2614 * user which looks at the profile
2615 */ 2615 */
2616 p = strstr(url_text, "Last Updated:"); 2616 p = strstr(url_text, "Last Updated:");
2617 if (!p) {
2618 p = strstr(url_text, "Last Updated ");
2619 }
2617 if (!p) { 2620 if (!p) {
2618 g_snprintf(buf, 1024, "<html><body>%s%s<a href=\"%s%s\">%s%s</a></body></html>", 2621 g_snprintf(buf, 1024, "<html><body>%s%s<a href=\"%s%s\">%s%s</a></body></html>",
2619 _("<b>Sorry, non-English profiles are not supported at this time.</b><br><br>\n"), 2622 _("<b>Sorry, non-English profiles are not supported at this time.</b><br><br>\n"),
2620 _("If you wish to view this profile, you will need to visit this link in your web browser<br>"), 2623 _("If you wish to view this profile, you will need to visit this link in your web browser<br>"),
2621 YAHOO_PROFILE_URL, info_data->name, YAHOO_PROFILE_URL, info_data->name); 2624 YAHOO_PROFILE_URL, info_data->name, YAHOO_PROFILE_URL, info_data->name);

mercurial