23 Jun
2008
23 Jun
'08
11:26 a.m.
"Lei Zhang" <thestig(a)google.com> writes:
@@ -191,6 +194,10 @@ static LRESULT IPADDRESS_Create (HWND hwnd, const CREATESTRUCTA *lpCreate) infoPtr->Enabled = TRUE; infoPtr->Notify = lpCreate->hwndParent;
+ SystemParametersInfoW(SPI_GETICONTITLELOGFONT, 0, &logFont, 0); + strcpyW(logFont.lfFaceName, MSSanSerif); + hFont = CreateFontIndirectW(&logFont);
Do you really need to hardcode MS Sans Serif? The other controls don't do that. -- Alexandre Julliard julliard(a)winehq.org