From 12aa2bce22b1885525d622ec20891861757faeee Mon Sep 17 00:00:00 2001 From: "chanial%noos.fr" Date: Tue, 19 Aug 2003 04:31:53 +0000 Subject: [PATCH] fix wizard bustage, another locale mismatch --- toolkit/content/widgets/wizard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/content/widgets/wizard.xml b/toolkit/content/widgets/wizard.xml index 0d5df6ed18ff..15acd6866e98 100644 --- a/toolkit/content/widgets/wizard.xml +++ b/toolkit/content/widgets/wizard.xml @@ -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