diff options
Diffstat (limited to 'protocols/weather/weather_mwin.c')
-rw-r--r-- | protocols/weather/weather_mwin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/weather/weather_mwin.c b/protocols/weather/weather_mwin.c index ce41e80d17..0f534fdf19 100644 --- a/protocols/weather/weather_mwin.c +++ b/protocols/weather/weather_mwin.c @@ -399,11 +399,11 @@ void InitMwin(void) strcpy(fontid.prefix, "fnt0");
hdc = GetDC(NULL);
- fontid.deffontsettings.size = -MulDiv(8, GetDeviceCaps(hdc, LOGPIXELSY), 72);;
+ fontid.deffontsettings.size = -13;
ReleaseDC(0, hdc);
fontid.deffontsettings.charset = DEFAULT_CHARSET;
- strcpy(fontid.deffontsettings.szFace, "Tahoma");
+ strcpy(fontid.deffontsettings.szFace, "Verdana");
strcpy(fontid.backgroundGroup, WEATHERPROTONAME);
strcpy(fontid.backgroundName, "Frame Background");
|