user32: Do not hardcode cp1252 for an icon/title font.

This commit is contained in:
Dmitry Timoshkov 2007-06-10 18:14:56 +09:00 committed by Alexandre Julliard
parent 8521cb8677
commit 7d482d8e7e
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ static ICONMETRICSW icon_metrics =
75, /* iHorzSpacing */
75, /* iVertSpacing */
TRUE, /* iTitleWrap */
{ -11, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, ANSI_CHARSET,
{ -11, 0, 0, 0, FW_NORMAL, FALSE, FALSE, FALSE, DEFAULT_CHARSET,
OUT_DEFAULT_PRECIS, CLIP_DEFAULT_PRECIS, DEFAULT_QUALITY, DEFAULT_PITCH } /* lfFont */
};