Typo in progid.

This commit is contained in:
hyatt%netscape.com 2000-01-12 10:27:57 +00:00
parent 1cabda498f
commit a86e35ccc2
2 changed files with 2 additions and 2 deletions

View File

@ -3746,7 +3746,7 @@ nsCSSFrameConstructor::CreateAnonymousFrames(nsIPresShell* aPresShell,
if (ui->mBehavior != "") {
// Get the XBL loader.
nsresult rv;
NS_WITH_SERVICE(nsIXBLService, xblService, "components://netscape/xbl", &rv);
NS_WITH_SERVICE(nsIXBLService, xblService, "component://netscape/xbl", &rv);
if (!xblService)
return rv;

View File

@ -3746,7 +3746,7 @@ nsCSSFrameConstructor::CreateAnonymousFrames(nsIPresShell* aPresShell,
if (ui->mBehavior != "") {
// Get the XBL loader.
nsresult rv;
NS_WITH_SERVICE(nsIXBLService, xblService, "components://netscape/xbl", &rv);
NS_WITH_SERVICE(nsIXBLService, xblService, "component://netscape/xbl", &rv);
if (!xblService)
return rv;