r=dougt, sr=scc, a=asa
OS/2 only - save the location of the Profile directory to OS2.INI so third party apps can get it
This commit is contained in:
mkaply%us.ibm.com 2002-03-22 21:26:15 +00:00
Родитель 816733f449
Коммит 8b411b49e9
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -1047,6 +1047,7 @@ void nsSpecialSystemDirectory::operator = (SystemDirectories aSystemSystemDirect
GetCurrentProcessDirectory(*this);
else
*this = tPath;
PrfWriteProfileString(HINI_USERPROFILE, "Mozilla", "Home", *this);
break;
}