comparison libpurple/protocols/msn/msnutils.c @ 25093:9487c9b7a01f

Send "Segoe UI" if no font is determined from the UI's HTML. Fixes #7373.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 15 Feb 2009 22:44:25 +0000
parents a0e957b7b923
children 444542a43790
comparison
equal deleted inserted replaced
25092:b1080a1a2cb0 25093:9487c9b7a01f
444 else 444 else
445 msg[retcount++] = *c++; 445 msg[retcount++] = *c++;
446 } 446 }
447 447
448 if (fontface == NULL) 448 if (fontface == NULL)
449 fontface = g_strdup("MS Sans Serif"); 449 fontface = g_strdup("Segoe UI");
450 450
451 *attributes = g_strdup_printf("FN=%s; EF=%s; CO=%s; PF=0; RL=%c", 451 *attributes = g_strdup_printf("FN=%s; EF=%s; CO=%s; PF=0; RL=%c",
452 encode_spaces(fontface), 452 encode_spaces(fontface),
453 fonteffect, fontcolor, direction); 453 fonteffect, fontcolor, direction);
454 *message = msg; 454 *message = msg;