diff options
author | Oz Linden <oz@lindenlab.com> | 2013-08-05 15:27:05 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2013-08-05 15:27:05 -0400 |
commit | 629bda7cf371f2eb2e7fc9adbfd123d5a079093e (patch) | |
tree | d4fe34589117786ba491583e83c533487552b1f6 /indra/llvfs/lldir_mac.cpp | |
parent | fe69b4049bdbdf36a179ccc28a2f253af13e61c5 (diff) | |
parent | 32b8d398eca5eaa4ca99aa48839ad64d97954cae (diff) |
merge changes for 3.6.2-release
Diffstat (limited to 'indra/llvfs/lldir_mac.cpp')
-rwxr-xr-x | indra/llvfs/lldir_mac.cpp | 2 |
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); } |