Got the progid of the XUL element factory wrong. r=waterson

This commit is contained in:
hyatt%netscape.com 2000-01-19 04:31:39 +00:00
parent 06126b3622
commit ce38b38ecb

View File

@ -232,7 +232,7 @@ static nsModuleComponentInfo components[] =
{ "XUL Element Factory",
NS_XULELEMENTFACTORY_CID,
NS_RDF_PROGID "/xul-element-factory",
NS_ELEMENT_FACTORY_PROGID_PREFIX "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul",
CreateNewXULElementFactory
},
};