Change the name of the current process directory to match that of the

directory service.  dougt's change r=ssu a=granrose
This commit is contained in:
ssu%netscape.com 2000-01-25 20:46:02 +00:00
Родитель 227b61b05f
Коммит f933201545
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -218,7 +218,7 @@ nsresult NS_COM NS_InitXPCOM(nsIServiceManager* *result,
rv = binDirectory->IsDirectory(&value);
if (NS_SUCCEEDED(rv) && value)
directoryService->Define("xpcom.currentProcess", binDirectory);
directoryService->Define("xpcom.currentProcessDirectory", binDirectory);
}
rv = compMgr->Init();