diff --git a/win32ss/gdi/ntgdi/text.c b/win32ss/gdi/ntgdi/text.c index 8de0855558..04c797a193 100644 --- a/win32ss/gdi/ntgdi/text.c +++ b/win32ss/gdi/ntgdi/text.c @@ -47,7 +47,7 @@ IntTMWFixUp( (wcsicmp(lf.lfFaceName, L"MS Sans Serif") == 0) || (wcsicmp(lf.lfFaceName, L"MS Serif") == 0) || (wcsicmp(lf.lfFaceName, L"Times New Roman") == 0) || - (wcsicmp(lf.lfFaceName, L"MS Shell Dlg") == 0) || +// (wcsicmp(lf.lfFaceName, L"MS Shell Dlg") == 0) || (wcsicmp(lf.lfFaceName, L"System") == 0) || (wcsicmp(lf.lfFaceName, L"Terminal") == 0)) {