mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Got the progid of the XUL element factory wrong. r=waterson
This commit is contained in:
parent
06126b3622
commit
ce38b38ecb
@ -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
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user