hhctrl.ocx: Use DEFAULT_GUI_FONT to show non-ansi characters properly.

This commit is contained in:
Akihiro Sagawa 2011-02-26 20:31:26 +09:00 committed by Alexandre Julliard
parent c67f075d67
commit e7efd148a8
1 changed files with 1 additions and 1 deletions

View File

@ -1509,7 +1509,7 @@ static void HH_CreateFont(HHInfo *pHHInfo)
{
LOGFONTW lf;
GetObjectW(GetStockObject(ANSI_VAR_FONT), sizeof(LOGFONTW), &lf);
GetObjectW(GetStockObject(DEFAULT_GUI_FONT), sizeof(LOGFONTW), &lf);
lf.lfWeight = FW_NORMAL;
lf.lfItalic = FALSE;
lf.lfUnderline = FALSE;