| Index: remoting/base/resources_linux.cc
|
| diff --git a/remoting/base/resources_linux.cc b/remoting/base/resources_linux.cc
|
| index d7d23ba3886b7364cb9b3656a667eeefc183d2b3..6e2c1f327a5b882d3794094777de99a2c8dfd445 100644
|
| --- a/remoting/base/resources_linux.cc
|
| +++ b/remoting/base/resources_linux.cc
|
| @@ -31,7 +31,7 @@ bool LoadResources(const std::string& pref_locale) {
|
| PathService::Override(ui::DIR_LOCALES,
|
| path.AppendASCII(kLocaleResourcesDirName));
|
|
|
| - ui::ResourceBundle::InitSharedInstanceLocaleOnly(pref_locale, NULL);
|
| + ui::ResourceBundle::InitSharedInstanceWithLocale(pref_locale, NULL, false);
|
| }
|
|
|
| return true;
|
|
|