From 0d44aa0c5e93fa8e55685e94f6890b3d3051d7bd Mon Sep 17 00:00:00 2001 From: "mcmullen%netscape.com" Date: Tue, 15 Jun 1999 08:52:23 +0000 Subject: [PATCH] Fix up registration of nsIFileLocator to use ProgIDs --- xpfe/bootstrap/nsSetupRegistry.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xpfe/bootstrap/nsSetupRegistry.cpp b/xpfe/bootstrap/nsSetupRegistry.cpp index 1d58fe5b021b..0414cc895fb4 100644 --- a/xpfe/bootstrap/nsSetupRegistry.cpp +++ b/xpfe/bootstrap/nsSetupRegistry.cpp @@ -90,7 +90,7 @@ static NS_DEFINE_IID(kProtocolHelperCID, NS_PROTOCOL_HELPER_CID); nsresult NS_AutoregisterComponents() { nsIFileSpec* spec = NS_LocateFileOrDirectory( - nsSpecialFileSpec::App_UserProfileDirectory50); + nsSpecialFileSpec::App_ComponentsDirectory); if (!spec) return NS_ERROR_FAILURE;