https://git.reactos.org/?p=reactos.git;a=commitdiff;h=2d725449d2cf69deb3cfb…
commit 2d725449d2cf69deb3cfb5f77400235ba4023de3
Author: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
AuthorDate: Tue Sep 6 14:21:46 2022 +0900
Commit: Katayama Hirofumi MZ <katayama.hirofumi.mz(a)gmail.com>
CommitDate: Tue Sep 6 14:21:46 2022 +0900
[NOTEPAD] Use DEFAULT_CHARSET instead of ANSI_CHARSET
Fix the font problem.
CORE-11700
---
base/applications/notepad/settings.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/notepad/settings.c b/base/applications/notepad/settings.c
index fcbcf0300b1..1e5e5ae9732 100644
--- a/base/applications/notepad/settings.c
+++ b/base/applications/notepad/settings.c
@@ -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,