diff options
author | Richard Linden <none@none> | 2011-03-18 17:08:03 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-18 17:08:03 -0700 |
commit | 22be29e60f5f45c7d30add3aeb219fef34d4ffec (patch) | |
tree | 710632f51ad660c6ccec7c751796763f0789945b /indra/newview/llappviewer.cpp | |
parent | 097e076a7221f8b25914f1fad61e27ac316915e5 (diff) |
SOCIAL-762 FIX cannot change to advanced mode
need separate flags for first run and first login
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index d0f9cae078..f6fe7ecd01 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2171,6 +2171,7 @@ bool LLAppViewer::initConfiguration() if (gSavedSettings.getBOOL("FirstRunThisInstall")) { gSavedSettings.setString("SessionSettingsFile", "settings_minimal.xml"); + gSavedSettings.setBOOL("FirstRunThisInstall", FALSE); } if (clp.hasOption("sessionsettings")) |