| Index: remoting/base/resources_mac.cc
|
| diff --git a/remoting/base/resources_mac.cc b/remoting/base/resources_mac.cc
|
| index 7ea59b6a8a070ed84b9d9d3833da7d0ab0b5d0b3..672d09489732d9dc151ca079a0565ba1be3457fc 100644
|
| --- a/remoting/base/resources_mac.cc
|
| +++ b/remoting/base/resources_mac.cc
|
| @@ -32,7 +32,7 @@ bool LoadResources(const std::string& pref_locale) {
|
| if (pref_locale.empty())
|
| l10n_util::OverrideLocaleWithCocoaLocale();
|
|
|
| - ui::ResourceBundle::InitSharedInstanceLocaleOnly(pref_locale, NULL);
|
| + ui::ResourceBundle::InitSharedInstanceWithLocale(pref_locale, NULL, false);
|
| }
|
|
|
| return true;
|
|
|