diff options
author | Jacek Antonelli | 2008-11-18 21:26:23 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-11-18 22:07:28 -0600 |
commit | 6717a2be0c720ffb349ad3ae6eb0aab5020d4b3d (patch) | |
tree | 784b1296f9918a43c501d5a513ce9c0a0053c08b /linden/indra/llvfs | |
parent | VWR-9007: Group UI uses "Person" instead of "Resident". (diff) | |
download | meta-impy-6717a2be0c720ffb349ad3ae6eb0aab5020d4b3d.zip meta-impy-6717a2be0c720ffb349ad3ae6eb0aab5020d4b3d.tar.gz meta-impy-6717a2be0c720ffb349ad3ae6eb0aab5020d4b3d.tar.bz2 meta-impy-6717a2be0c720ffb349ad3ae6eb0aab5020d4b3d.tar.xz |
Changed app dir (for cache, etc.) to Imprudence.
Diffstat (limited to 'linden/indra/llvfs')
-rw-r--r-- | linden/indra/llvfs/lldir.cpp | 2 | ||||
-rw-r--r-- | linden/indra/llvfs/lldir_mac.cpp | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/linden/indra/llvfs/lldir.cpp b/linden/indra/llvfs/lldir.cpp index 0e014d9..8cd2b5c 100644 --- a/linden/indra/llvfs/lldir.cpp +++ b/linden/indra/llvfs/lldir.cpp | |||
@@ -229,7 +229,7 @@ const std::string LLDir::getCacheDir(bool get_default) const | |||
229 | } | 229 | } |
230 | else | 230 | else |
231 | { | 231 | { |
232 | res = getOSCacheDir() + mDirDelimiter + "SecondLife"; | 232 | res = getOSCacheDir() + mDirDelimiter + "Imprudence"; |
233 | } | 233 | } |
234 | return res; | 234 | return res; |
235 | } | 235 | } |
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 |