Fixing bug 29093. File location for shrimp directory has been added. r=amusil

git-svn-id: svn://10.0.0.236/trunk@70163 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
racham%netscape.com 2000-05-16 23:18:02 +00:00
parent 1f072efc55
commit 1d0ee16a9d

View File

@ -383,7 +383,16 @@ void nsSpecialFileSpec::operator = (Type aType)
*this = nsSpecialFileSpec(App_UserProfileDirectory50);
break;
}
case App_ShrimpDirectory:
{
*this = nsSpecialSystemDirectory(nsSpecialSystemDirectory::OS_CurrentProcessDirectory);
#ifdef XP_MAC
*this += "Shrimp Files";
#else
*this += "shrimpfiles";
#endif
break;
}
case App_ResDirectory:
{
*this = nsSpecialSystemDirectory(nsSpecialSystemDirectory::OS_CurrentProcessDirectory);