Branding pt2

This commit is contained in:
Siana Gearz
2010-11-15 10:45:16 +01:00
parent 8a2915d07c
commit e6806f3b16
19 changed files with 44 additions and 71 deletions

View File

@@ -247,7 +247,7 @@ std::string LLDir::buildSLOSCacheDir() const
}
else
{
res = getOSCacheDir() + mDirDelimiter + "Ascent";
res = getOSCacheDir() + mDirDelimiter + "SingularityViewer";
}
return res;
}

View File

@@ -173,7 +173,7 @@ LLDir_Mac::LLDir_Mac()
if (error == noErr)
{
FSRefToLLString(&cacheDirRef, mOSCacheDir);
(void)CFCreateDirectory(&cacheDirRef, CFSTR("Ascent"), NULL);
(void)CFCreateDirectory(&cacheDirRef, CFSTR("SingularityViewer"), NULL);
}
// mOSUserAppDir