From b03f03d3cf78ffcbc1631cbdfb85c4bc65e34f47 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Thu, 27 Jul 2006 14:58:46 +0000 Subject: [PATCH] Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) git-svn-id: svn://10.0.0.236/trunk@204907 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/suite/common/history/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/suite/common/history/history.js b/mozilla/suite/common/history/history.js index 22ed239ae61..3af11f226b4 100644 --- a/mozilla/suite/common/history/history.js +++ b/mozilla/suite/common/history/history.js @@ -291,7 +291,7 @@ function OpenURL(aTarget) 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 brandBundle = strBundleService.createBundle("chrome://global/locale/brand.properties"); + var brandBundle = strBundleService.createBundle("chrome://branding/locale/brand.properties"); var brandStr = brandBundle.GetStringFromName("brandShortName"); var errorStr = historyBundle.GetStringFromName("load-js-data-url-error"); promptService.alert(window, brandStr, errorStr);