diff options
| author | Kent Quirk <q@lindenlab.com> | 2010-02-18 20:36:03 -0500 |
|---|---|---|
| committer | Kent Quirk <q@lindenlab.com> | 2010-02-18 20:36:03 -0500 |
| commit | 2d00beeed20d7fff74252099817776aeba399b42 (patch) | |
| tree | 2bca55324d25b8608475d20dbc102c6f51ac2cc9 /indra/newview/llappviewer.cpp | |
| parent | 366aa236f2964855bcb6f8b95f52e8bdad902651 (diff) | |
Backed out cpp changes from changeset 49e628c3a0c5
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 2a2b9d7618..00a9e4d745 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("base"); + gDirUtilp->setSkinFolder("default"); initLogging(); @@ -2149,7 +2149,7 @@ bool LLAppViewer::initConfiguration() { // hack to force the skin to default. //gDirUtilp->setSkinFolder(skinfolder->getValue().asString()); - gDirUtilp->setSkinFolder("base"); + gDirUtilp->setSkinFolder("default"); } mYieldTime = gSavedSettings.getS32("YieldTime"); |
