summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorLogan Dethrow <log@lindenlab.com>2011-10-04 10:38:58 -0400
committerLogan Dethrow <log@lindenlab.com>2011-10-04 10:38:58 -0400
commitbf7e1bb2d2b78d5f49c8c2276308646ce4854a29 (patch)
tree3036fa9bd43b3a769c7854ce212780b6b1202356 /indra/newview/llappviewer.cpp
parent1ead58914837f12e943ff1db4b71cd3ed379d01c (diff)
parentd0e36ade5bb16e9e5a6aca9ee4f02fbe995cdfd8 (diff)
Merged
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 12795a1ec6..11e2e1e607 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -2326,7 +2326,7 @@ bool LLAppViewer::initConfiguration()
if (gSavedSettings.getBOOL("FirstRunThisInstall"))
{
- gSavedSettings.setString("SessionSettingsFile", "settings.xml");
+ // Note that the "FirstRunThisInstall" settings is currently unused.
gSavedSettings.setBOOL("FirstRunThisInstall", FALSE);
}