diff options
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r-- | linden/indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llappviewer.cpp b/linden/indra/newview/llappviewer.cpp index 6c740dd..f1b2e32 100644 --- a/linden/indra/newview/llappviewer.cpp +++ b/linden/indra/newview/llappviewer.cpp | |||
@@ -2680,7 +2680,7 @@ bool LLAppViewer::initCache() | |||
2680 | std::string cache_dir = gDirUtilp->getOSUserAppDir(); | 2680 | std::string cache_dir = gDirUtilp->getOSUserAppDir(); |
2681 | std::string new_cache_dir = gDirUtilp->getOSCacheDir(); | 2681 | std::string new_cache_dir = gDirUtilp->getOSCacheDir(); |
2682 | cache_dir = cache_dir + "/cache"; | 2682 | cache_dir = cache_dir + "/cache"; |
2683 | new_cache_dir = new_cache_dir + "/" + gSecondLife; | 2683 | new_cache_dir = new_cache_dir + "/SecondLife"; |
2684 | if (gDirUtilp->fileExists(cache_dir)) | 2684 | if (gDirUtilp->fileExists(cache_dir)) |
2685 | { | 2685 | { |
2686 | gDirUtilp->setCacheDir(cache_dir); | 2686 | gDirUtilp->setCacheDir(cache_dir); |