diff options
author | Merov Linden <merov@lindenlab.com> | 2011-03-23 15:28:03 -0700 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2011-03-23 15:28:03 -0700 |
commit | 17186d6dc1ef8893e15ffcee0b8a8a2afe70febc (patch) | |
tree | 649d5d1bf615474ed29e5f04c13ade9786716f8c /indra/newview/llappviewer.cpp | |
parent | cb1c85261e768c9653ed40bf6160e7cc7ca9ce74 (diff) | |
parent | 1c375a8c880354432da2b218c321ed708497e161 (diff) |
Pull from lindenlab/viewer-development
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")) |