Bug 243118: history.js references chrome://communicator/. p=Simon Paquet, r=mconnor, a=ben

git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@160136 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
steffen.wilberg%web.de
2004-07-30 13:24:02 +00:00
parent 1124f86550
commit c7cadc826e

View File

@@ -129,7 +129,7 @@ function checkURLSecurity(aURL)
.getService(Components.interfaces.nsIStringBundleService);
var promptService = Components.classes["@mozilla.org/embedcomp/prompt-service;1"]
.getService(Components.interfaces.nsIPromptService);
var historyBundle = strBundleService.createBundle("chrome://communicator/locale/history/history.properties");
var historyBundle = strBundleService.createBundle("chrome://global/locale/history/history.properties");
var brandBundle = strBundleService.createBundle("chrome://global/locale/brand.properties");
var brandStr = brandBundle.GetStringFromName("brandShortName");
var errorStr = historyBundle.GetStringFromName("load-js-data-url-error");