diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-03 11:08:49 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-03 11:08:49 -0400 |
| commit | 22795e0a8da1bd99a5bb0e4df62b684eb2fc3931 (patch) | |
| tree | 472541be51deee84995bc31d878c2ab26c0247fc /indra/newview/llappviewer.cpp | |
| parent | 93e3d9e2ec0cc06cbc378ffcf23e66ed569db5f3 (diff) | |
| parent | 174e44ab1eec203b5bc26a463d40b6eaf7ac58df (diff) | |
merge
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); } |
