Changed font charset from ANSI to DEFAULT_CHARSET.

This commit is contained in:
Igor Stepin 2003-05-01 00:00:10 +00:00 committed by Alexandre Julliard
parent 266a2f297e
commit 4acde5346f
1 changed files with 1 additions and 1 deletions

View File

@ -2785,7 +2785,7 @@ static void InitInstance(HINSTANCE hinstance)
Globals.haccel = LoadAccelerators(hinstance, MAKEINTRESOURCE(IDA_WINEFILE));
Globals.hfont = CreateFont(-MulDiv(8,GetDeviceCaps(hdc,LOGPIXELSY),72), 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, _T("MS Sans Serif"));
Globals.hfont = CreateFont(-MulDiv(8,GetDeviceCaps(hdc,LOGPIXELSY),72), 0, 0, 0, 0, 0, 0, 0, DEFAULT_CHARSET, 0, 0, 0, 0, _T("MS Sans Serif"));
ReleaseDC(0, hdc);