[NOTEPAD] Set Lucida Console as the default font. By Ismael Ferreras Morezuelas....
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 17 Oct 2015 19:01:40 +0000 (19:01 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 17 Oct 2015 19:01:40 +0000 (19:01 +0000)
svn path=/trunk/; revision=69572

reactos/base/applications/notepad/settings.c

index df396eb..590a8c8 100644 (file)
@@ -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;