mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 08:17:09 +08:00
[NOTEPAD] Use DEFAULT_CHARSET instead of ANSI_CHARSET
Fix the font problem. CORE-11700
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user