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.
This commit is contained in:
Родитель
cfa5bbce41
Коммит
064a680a64
|
@ -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 */
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче