diff options
| author | Logan Dethrow <log@lindenlab.com> | 2011-10-04 10:38:58 -0400 |
|---|---|---|
| committer | Logan Dethrow <log@lindenlab.com> | 2011-10-04 10:38:58 -0400 |
| commit | bf7e1bb2d2b78d5f49c8c2276308646ce4854a29 (patch) | |
| tree | 3036fa9bd43b3a769c7854ce212780b6b1202356 /indra/newview/llappviewer.cpp | |
| parent | 1ead58914837f12e943ff1db4b71cd3ed379d01c (diff) | |
| parent | d0e36ade5bb16e9e5a6aca9ee4f02fbe995cdfd8 (diff) | |
Merged
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
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); } |
