diff options
Diffstat (limited to 'linden/indra/llvfs/lldir_mac.cpp')
-rw-r--r-- | linden/indra/llvfs/lldir_mac.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/llvfs/lldir_mac.cpp b/linden/indra/llvfs/lldir_mac.cpp index fd8f087..548f3da 100644 --- a/linden/indra/llvfs/lldir_mac.cpp +++ b/linden/indra/llvfs/lldir_mac.cpp | |||
@@ -121,7 +121,7 @@ LLDir_Mac::LLDir_Mac() | |||
121 | CFStringRef stringRef = NULL; | 121 | CFStringRef stringRef = NULL; |
122 | OSStatus error = noErr; | 122 | OSStatus error = noErr; |
123 | FSRef fileRef; | 123 | FSRef fileRef; |
124 | CFStringRef secondLifeString = CFSTR("SecondLife"); | 124 | CFStringRef secondLifeString = CFSTR("Imprudence"); |
125 | 125 | ||
126 | mainBundleRef = CFBundleGetMainBundle(); | 126 | mainBundleRef = CFBundleGetMainBundle(); |
127 | 127 | ||
@@ -172,7 +172,7 @@ LLDir_Mac::LLDir_Mac() | |||
172 | if (error == noErr) | 172 | if (error == noErr) |
173 | { | 173 | { |
174 | FSRefToLLString(&cacheDirRef, mOSCacheDir); | 174 | FSRefToLLString(&cacheDirRef, mOSCacheDir); |
175 | (void)CFCreateDirectory(&cacheDirRef, CFSTR("SecondLife"),NULL); | 175 | (void)CFCreateDirectory(&cacheDirRef, CFSTR("Imprudence"),NULL); |
176 | } | 176 | } |
177 | 177 | ||
178 | // mOSUserAppDir | 178 | // mOSUserAppDir |