summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2009-12-09 10:31:50 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2009-12-09 10:31:50 -0800
commit15fbfa5ae1164a5c2ddce5f2890b02645f7a04d6 (patch)
treeee5fb3155599a8350d44c4f8dddf7b3bcae381ac /indra/llvfs/lldir.cpp
parent2c0cea901712ffad012356278d72e3c3d844e5bc (diff)
rename LL_PATH_MOZILLA_PROFILE to LL_PATH_BROWSER_PROFILE
Diffstat (limited to 'indra/llvfs/lldir.cpp')
-rw-r--r--indra/llvfs/lldir.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir.cpp b/indra/llvfs/lldir.cpp
index c0c6e592d5..7d1ccf5580 100644
--- a/indra/llvfs/lldir.cpp
+++ b/indra/llvfs/lldir.cpp
@@ -394,7 +394,7 @@ std::string LLDir::getExpandedFilename(ELLPath location, const std::string& subd
prefix += "local_assets";
break;
- case LL_PATH_MOZILLA_PROFILE:
+ case LL_PATH_BROWSER_PROFILE:
prefix = getOSUserAppDir();
prefix += mDirDelimiter;
prefix += "browser_profile";