diff options
author | Aura Linden <aura@lindenlab.com> | 2014-04-07 17:04:09 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2014-04-07 17:04:09 -0700 |
commit | d476b12ae56ef5ebb5785a0a0f8503e5965d1970 (patch) | |
tree | 90aa656652fe2b49f5a95b9f123a288ace7a312e /indra/llvfs/lldir_mac.cpp | |
parent | dfd78e83d91832b486a5bba6b1bb1cce621163ab (diff) | |
parent | 7e966f28da79d2d24f93a2615c8807421300700c (diff) |
Merged viewer release into vivox
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 e00596cdb5..2f47ab3507 100755 --- a/indra/llvfs/lldir_mac.cpp +++ b/indra/llvfs/lldir_mac.cpp @@ -134,7 +134,7 @@ LLDir_Mac::LLDir_Mac() { mOSCacheDir = *cachedir; - //Aura TODO: This changes from ~/Library/Cache/Secondlife to ~/Library/Cache/com.app.secondlife/Secondlife. Last dir level could go away. + //TODO: This changes from ~/Library/Cache/Secondlife to ~/Library/Cache/com.app.secondlife/Secondlife. Last dir level could go away. CreateDirectory(mOSCacheDir, secondLifeString, NULL); } |