bug 221597: removing comm.jar dependencies in contentAreaUtils.js by copying contentAreaCommands.properties for now.

This commit is contained in:
chanial%noos.fr 2005-03-23 21:37:19 +00:00
parent 5afedb7447
commit c085a040b0

View File

@ -674,9 +674,10 @@ function getPostData()
return null;
}
//XXXPch: that that be removed.
function getStringBundle()
{
const bundleURL = "chrome://communicator/locale/contentAreaCommands.properties";
const bundleURL = "chrome://browser/locale/contentAreaCommands.properties";
const sbsContractID = "@mozilla.org/intl/stringbundle;1";
const sbsIID = Components.interfaces.nsIStringBundleService;