| Index: trunk/src/ui/base/l10n/l10n_util_win.cc
|
| ===================================================================
|
| --- trunk/src/ui/base/l10n/l10n_util_win.cc (revision 289319)
|
| +++ trunk/src/ui/base/l10n/l10n_util_win.cc (working copy)
|
| @@ -112,8 +112,7 @@
|
| // 'Abyssinica SIL' in the resource bundle to use in the UI. Check
|
| // for its presence to determine whether or not to support Amharic UI on XP.
|
| return (base::win::GetVersion() >= base::win::VERSION_VISTA ||
|
| - !base::LowerCaseEqualsASCII(locale, "am") ||
|
| - IsFontPresent(L"Abyssinica SIL"));
|
| + !LowerCaseEqualsASCII(locale, "am") || IsFontPresent(L"Abyssinica SIL"));
|
| }
|
|
|
| bool NeedOverrideDefaultUIFont(base::string16* override_font_family,
|
|
|