summaryrefslogtreecommitdiff
path: root/indra/llvfs/lldir.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-18 15:58:48 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-18 15:58:48 +0000
commit8ca1ace6510ba33c0b44b228fb5a58935320f2d0 (patch)
tree67fd8ffab4b00deee7934db987210227d78098ad /indra/llvfs/lldir.cpp
parente09822153e135e8fc89f6fdb3338bb9e8e5b6132 (diff)
parentb71f451b76ef65c6afc29a9da8c0f5d0b40cd720 (diff)
viewer2 merge.
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 a560ab267e..da4abde451 100644
--- a/indra/llvfs/lldir.cpp
+++ b/indra/llvfs/lldir.cpp
@@ -644,7 +644,7 @@ void LLDir::setSkinFolder(const std::string &skin_folder)
// e.g. c:\program files\secondlife\skins\default
mDefaultSkinDir = getSkinBaseDir();
mDefaultSkinDir += mDirDelimiter;
- mDefaultSkinDir += "base";
+ mDefaultSkinDir += "default";
}
bool LLDir::setCacheDir(const std::string &path)