summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorVadim ProductEngine <vsavchuk@productengine.com>2011-09-22 22:02:02 +0300
committerVadim ProductEngine <vsavchuk@productengine.com>2011-09-22 22:02:02 +0300
commit7e4e4175ff9feae2a0f98a61c533edb9237947b3 (patch)
tree1314c9043450d7102b3a1a3e4093fe1ddefbf0cb /indra
parent7d7d0e696a59b7af22abc5aed7cf4fd0bd7d4550 (diff)
STORM-1620 FIXED Re-enabled saving settings.
Reason: settings.xml was mistakenly marked as a per session (not saved) settings file. See description of the "SessionSettingsFile" setting. Fix: It looks like the proper way to make the Advanced mode default is to leave the setting value empty, which is what this change does. It also re-fixes STORM-1616.
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);
}