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:
pinkerton%netscape.com 1999-02-26 19:26:45 +00:00
Родитель cfa5bbce41
Коммит 064a680a64
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 */
{