summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-09-30 10:07:45 -0400
committerOz Linden <oz@lindenlab.com>2011-09-30 10:07:45 -0400
commit544333ac6b9ce639be552fb8a953a57fe92db258 (patch)
tree68790deb225c8cb934cf480cab43b073ca5c0a7e /indra
parent94ac3f9e102ec42956c2076926b3f8113abc3462 (diff)
parent7e4e4175ff9feae2a0f98a61c533edb9237947b3 (diff)
pull back beta branch fix for storm-1620
Diffstat (limited to 'indra')
-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);
}