Adding registratin of filelocator back. It got missed with my previous checkin.

git-svn-id: svn://10.0.0.236/trunk@36284 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dp%netscape.com 1999-06-22 16:33:56 +00:00
parent 22e43a403f
commit 1cc60a50e9

View File

@ -113,6 +113,7 @@ NS_SetupRegistry_1()
NS_SetupRegistry();
// APPSHELL_DLL
nsComponentManager::RegisterComponentLib(kFileLocatorCID, NULL, NS_FILELOCATOR_PROGID, APPSHELL_DLL, PR_FALSE, PR_FALSE);
nsComponentManager::RegisterComponentLib(kCAppShellServiceCID, NULL, NULL, APPSHELL_DLL, PR_FALSE, PR_FALSE);
nsComponentManager::RegisterComponentLib(kCCmdLineServiceCID, NULL, NULL, APPSHELL_DLL, PR_FALSE, PR_FALSE);
nsComponentManager::RegisterComponentLib(kXPConnectFactoryCID, NULL, NULL, APPSHELL_DLL, PR_FALSE, PR_FALSE);