From c7cadc826edee2d3e1388406c9ddd2ec7a4c3be4 Mon Sep 17 00:00:00 2001 From: "steffen.wilberg%web.de" Date: Fri, 30 Jul 2004 13:24:02 +0000 Subject: [PATCH] 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 --- mozilla/browser/components/history/content/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/browser/components/history/content/history.js b/mozilla/browser/components/history/content/history.js index 04d294dbebe..3b137c84ddf 100644 --- a/mozilla/browser/components/history/content/history.js +++ b/mozilla/browser/components/history/content/history.js @@ -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");