From 1cc60a50e9e42a3ac2b10fd87cc7794be25e0eb5 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Tue, 22 Jun 1999 16:33:56 +0000 Subject: [PATCH] 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 --- mozilla/xpfe/bootstrap/nsSetupRegistry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp b/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp index 4ec229cdfb1..aaedfdd2c59 100644 --- a/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp +++ b/mozilla/xpfe/bootstrap/nsSetupRegistry.cpp @@ -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);