summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir_mac.cpp
diff options
context:
space:
mode:
authordmitry <none@none>2013-08-06 13:18:12 +0300
committerdmitry <none@none>2013-08-06 13:18:12 +0300
commitd249264143160dea5f973cdaec2fb3bde0ef463a (patch)
treeb0af43eee0d69d7854692e26f4b96f719c99395f /indra/llvfs/lldir_mac.cpp
parent106f161a6e33cef2ef1651dff829aca0193e04ee (diff)
parent237dbb26f3c54157a4240b539e40c92f98b9f75f (diff)
Merge
Diffstat (limited to 'indra/llvfs/lldir_mac.cpp')
-rwxr-xr-xindra/llvfs/lldir_mac.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_mac.cpp b/indra/llvfs/lldir_mac.cpp
index c5041d434c..e00596cdb5 100755
--- a/indra/llvfs/lldir_mac.cpp
+++ b/indra/llvfs/lldir_mac.cpp
@@ -134,7 +134,7 @@ LLDir_Mac::LLDir_Mac()
{
mOSCacheDir = *cachedir;
- //SPATTERS TODO: This changes from ~/Library/Cache/Secondlife to ~/Library/Cache/com.app.secondlife/Secondlife. Last dir level could go away.
+ //Aura TODO: This changes from ~/Library/Cache/Secondlife to ~/Library/Cache/com.app.secondlife/Secondlife. Last dir level could go away.
CreateDirectory(mOSCacheDir, secondLifeString, NULL);
}