# HG changeset patch # User Elliott Sales de Andrade # Date 1234737865 0 # Node ID 9487c9b7a01f91eb786a2759dfa1e6b6dc73dfe4 # Parent b1080a1a2cb01c3cb9f7f7a6fec64e7758e10bff Send "Segoe UI" if no font is determined from the UI's HTML. Fixes #7373. diff -r b1080a1a2cb0 -r 9487c9b7a01f libpurple/protocols/msn/msnutils.c --- a/libpurple/protocols/msn/msnutils.c Sun Feb 15 21:15:39 2009 +0000 +++ b/libpurple/protocols/msn/msnutils.c Sun Feb 15 22:44:25 2009 +0000 @@ -446,7 +446,7 @@ } if (fontface == NULL) - fontface = g_strdup("MS Sans Serif"); + fontface = g_strdup("Segoe UI"); *attributes = g_strdup_printf("FN=%s; EF=%s; CO=%s; PF=0; RL=%c", encode_spaces(fontface),