Switching to use Component Registry

git-svn-id: svn://10.0.0.236/trunk@34445 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com
1999-06-09 19:19:14 +00:00
parent d1f07ef339
commit d13afcc15a
3 changed files with 3 additions and 3 deletions

View File

@@ -251,7 +251,7 @@ nsAppShellService::EnumerateComponents( void (nsAppShellService::*function)( con
&&
( failed = "Open" )
&&
NS_SUCCEEDED( ( rv = registry->Open() ) )
NS_SUCCEEDED( ( rv = registry->OpenWellKnownRegistry(nsIRegistry::ApplicationComponentRegistry) ) )
&&
( failed = "GetSubtree" )
&&