diff options
Diffstat (limited to '')
-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 6f0b037..7fb235b 100644 --- a/linden/indra/llvfs/lldir_mac.cpp +++ b/linden/indra/llvfs/lldir_mac.cpp | |||
@@ -122,7 +122,7 @@ LLDir_Mac::LLDir_Mac() | |||
122 | CFStringRef stringRef = NULL; | 122 | CFStringRef stringRef = NULL; |
123 | OSStatus error = noErr; | 123 | OSStatus error = noErr; |
124 | FSRef fileRef; | 124 | FSRef fileRef; |
125 | CFStringRef secondLifeString = CFSTR("Imprudence"); | 125 | CFStringRef secondLifeString = CFSTR("meta-impy"); |
126 | 126 | ||
127 | mainBundleRef = CFBundleGetMainBundle(); | 127 | mainBundleRef = CFBundleGetMainBundle(); |
128 | 128 | ||
@@ -173,7 +173,7 @@ LLDir_Mac::LLDir_Mac() | |||
173 | if (error == noErr) | 173 | if (error == noErr) |
174 | { | 174 | { |
175 | FSRefToLLString(&cacheDirRef, mOSCacheDir); | 175 | FSRefToLLString(&cacheDirRef, mOSCacheDir); |
176 | (void)CFCreateDirectory(&cacheDirRef, CFSTR("ImprudenceExperimental"),NULL); | 176 | (void)CFCreateDirectory(&cacheDirRef, CFSTR("meta-impyExperimental"),NULL); |
177 | } | 177 | } |
178 | 178 | ||
179 | // mOSUserAppDir | 179 | // mOSUserAppDir |