Index: win32ss/user/winsrv/consrv/frontends/gui/guisettings.c =================================================================== --- win32ss/user/winsrv/consrv/frontends/gui/guisettings.c (revision 64112) +++ win32ss/user/winsrv/consrv/frontends/gui/guisettings.c (working copy) @@ -197,7 +197,7 @@ // TermInfo->FontSize = MAKELONG(8, 12); // 0x000C0008; // font is 8x12 // TermInfo->FontSize = MAKELONG(16, 16); // font is 16x16 - wcsncpy(TermInfo->FaceName, L"VGA", LF_FACESIZE); // HACK: !! + wcsncpy(TermInfo->FaceName, L"System", LF_FACESIZE); // HACK: !! // TermInfo->FaceName[0] = L'\0'; TermInfo->FontFamily = FF_DONTCARE; TermInfo->FontSize.X = 0;