Bug 224222: OK and Cancel buttons are unlabeled.

missed one occurence of GetApplicationLocale (bug 195093)
This commit is contained in:
chanial%noos.fr 2003-10-30 22:14:15 +00:00
Родитель 91191ddfa0
Коммит 50ba0ae29c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -170,7 +170,7 @@
var stringBundleService = Components.classes["@mozilla.org/intl/stringbundle;1"]
.getService(Components.interfaces.nsIStringBundleService);
var bundleURL = "chrome://global/locale/dialog.properties";
this._mStrBundle = stringBundleService.createBundle(bundleURL, localeService.GetApplicationLocale());
this._mStrBundle = stringBundleService.createBundle(bundleURL, localeService.getApplicationLocale());
}
return this._mStrBundle;
]]></getter>