mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[NOTEPAD] Use DEFAULT_CHARSET instead of ANSI_CHARSET
Fix the font problem. CORE-11700
This commit is contained in:
parent
cef42ec443
commit
2d725449d2
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ void NOTEPAD_LoadSettingsFromRegistry(void)
|
|||
ARRAY_SIZE(Globals.szFooter));
|
||||
|
||||
ZeroMemory(&Globals.lfFont, sizeof(Globals.lfFont));
|
||||
Globals.lfFont.lfCharSet = ANSI_CHARSET;
|
||||
Globals.lfFont.lfCharSet = DEFAULT_CHARSET;
|
||||
Globals.lfFont.lfClipPrecision = CLIP_STROKE_PRECIS;
|
||||
Globals.lfFont.lfEscapement = 0;
|
||||
LoadString(Globals.hInstance, STRING_DEFAULTFONT, Globals.lfFont.lfFaceName,
|
||||
|
|
Loading…
Reference in a new issue