mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 20:42:49 +00:00
Fixing damage caused by internationalization. Making it use the right UI font (MS Sans Serif).
This commit is contained in:
parent
a70690e489
commit
922c20a059
@ -2209,7 +2209,7 @@ void COutliner::SetCSID(int csid)
|
||||
memset(&lf,0,sizeof(LOGFONT));
|
||||
lf.lfPitchAndFamily = FF_SWISS;
|
||||
lf.lfCharSet = IntlGetLfCharset(csid);
|
||||
if (csid == CS_LATIN1)
|
||||
if (csid == CS_LATIN1 || csid == CS_UTF8)
|
||||
_tcscpy(lf.lfFaceName, "MS Sans Serif");
|
||||
else
|
||||
_tcscpy(lf.lfFaceName, IntlGetUIPropFaceName(csid));
|
||||
|
Loading…
x
Reference in New Issue
Block a user