зеркало из https://github.com/mozilla/gecko-dev.git
fix wizard bustage, another locale mismatch
This commit is contained in:
Родитель
6e51fc5250
Коммит
12aa2bce22
|
@ -153,7 +153,7 @@
|
|||
var localeService = Components.classes["@mozilla.org/intl/nslocaleservice;1"]
|
||||
.getService(Components.interfaces.nsILocaleService);
|
||||
var stringBundleService = Components.classes["@mozilla.org/intl/stringbundle;1"].getService(Components.interfaces.nsIStringBundleService);
|
||||
var bundleURL = "chrome://global/locale/widgets/wizard.properties";
|
||||
var bundleURL = "chrome://global/locale/wizard.properties";
|
||||
this._bundle = stringBundleService.createBundle(bundleURL, localeService.GetApplicationLocale());
|
||||
|
||||
// get anonymous content references
|
||||
|
|
Загрузка…
Ссылка в новой задаче