diff options
author | Richard Linden <none@none> | 2010-02-17 14:37:28 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-02-17 14:37:28 -0800 |
commit | 366aa236f2964855bcb6f8b95f52e8bdad902651 (patch) | |
tree | e87f1e40bd5c4f36b191d1d279aca7fec0b66edc /indra/newview/llappviewer.cpp | |
parent | a383a38b0c1b5ae02cf8b8a3d5e6ccb3924b8766 (diff) |
EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts 1.23s UI
reviewed by Leyla
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 00a9e4d745..2a2b9d7618 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -613,7 +613,7 @@ bool LLAppViewer::init() gDirUtilp->initAppDirs("SecondLife"); // set skin search path to default, will be overridden later // this allows simple skinned file lookups to work - gDirUtilp->setSkinFolder("default"); + gDirUtilp->setSkinFolder("base"); initLogging(); @@ -2149,7 +2149,7 @@ bool LLAppViewer::initConfiguration() { // hack to force the skin to default. //gDirUtilp->setSkinFolder(skinfolder->getValue().asString()); - gDirUtilp->setSkinFolder("default"); + gDirUtilp->setSkinFolder("base"); } mYieldTime = gSavedSettings.getS32("YieldTime"); |