changing mac name of default registry file to "mozilla registry" in order to not conflict with old nscp versions and not have the name "netscape" in any of our code.

git-svn-id: svn://10.0.0.236/trunk@22191 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pinkerton%netscape.com
1999-02-26 19:26:45 +00:00
parent 8ca53a41da
commit 009b854b1f

View File

@@ -212,7 +212,7 @@ extern void vr_findGlobalRegName()
if (!err)
{
err = FSMakeFSSpec(foundVRefNum, foundDirID, "\pNetscape Registry", &regSpec);
err = FSMakeFSSpec(foundVRefNum, foundDirID, "\pMozilla Registry", &regSpec);
if (err == -43) /* if file doesn't exist */
{