From 009b854b1f9ff5b23a20fc1f9c55296dacac3e9e Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Fri, 26 Feb 1999 19:26:45 +0000 Subject: [PATCH] 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 --- mozilla/modules/libreg/src/vr_stubs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/modules/libreg/src/vr_stubs.c b/mozilla/modules/libreg/src/vr_stubs.c index c900c7e0b1d..3bb19968417 100644 --- a/mozilla/modules/libreg/src/vr_stubs.c +++ b/mozilla/modules/libreg/src/vr_stubs.c @@ -212,7 +212,7 @@ extern void vr_findGlobalRegName() if (!err) { - err = FSMakeFSSpec(foundVRefNum, foundDirID, "\pNetscape Registry", ®Spec); + err = FSMakeFSSpec(foundVRefNum, foundDirID, "\pMozilla Registry", ®Spec); if (err == -43) /* if file doesn't exist */ {