mirror of
https://github.com/reactos/reactos.git
synced 2025-05-30 06:28:34 +00:00
[NOTEPAD] Set Lucida Console as the default font. By Ismael Ferreras Morezuelas. CORE-10316
svn path=/trunk/; revision=69572
This commit is contained in:
parent
21b04efae8
commit
6be0925245
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ void NOTEPAD_LoadSettingsFromRegistry(void)
|
|||
Globals.lfFont.lfCharSet = 163;
|
||||
Globals.lfFont.lfClipPrecision = 2;
|
||||
Globals.lfFont.lfEscapement = 0;
|
||||
_tcscpy(Globals.lfFont.lfFaceName, _T("Arial"));
|
||||
_tcscpy(Globals.lfFont.lfFaceName, _T("Lucida Console"));
|
||||
Globals.lfFont.lfItalic = 0;
|
||||
Globals.lfFont.lfOrientation = 0;
|
||||
Globals.lfFont.lfOutPrecision = 3;
|
||||
|
|
Loading…
Reference in a new issue