aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-10-03 18:05:46 -0500
committerJacek Antonelli2008-10-03 18:06:00 -0500
commit04f9d0b7cef929ad9acdea37bf5f826850993c52 (patch)
tree4f89e6ad443f04b66d562af0bbae7e95cb44dc24 /linden/indra/newview/llappviewer.cpp
parentSecond Life viewer sources 1.21.3-RC (diff)
downloadmeta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.zip
meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.gz
meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.bz2
meta-impy-04f9d0b7cef929ad9acdea37bf5f826850993c52.tar.xz
Second Life viewer sources 1.21.4-RC
Diffstat (limited to 'linden/indra/newview/llappviewer.cpp')
-rw-r--r--linden/indra/newview/llappviewer.cpp2
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);