diff options
author | Oz Linden <oz@lindenlab.com> | 2011-09-21 18:01:44 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-09-21 18:01:44 -0400 |
commit | 7d7d0e696a59b7af22abc5aed7cf4fd0bd7d4550 (patch) | |
tree | c5a6e665391f7b89e7af3b29c4cfc352eb4798d8 | |
parent | 8665dee5f6cca501ec94b33e56c0c4de284fd757 (diff) |
STORM-1616: Change default initial mode to Advanced
-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 2e1108d42c..12795a1ec6 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_minimal.xml"); + gSavedSettings.setString("SessionSettingsFile", "settings.xml"); gSavedSettings.setBOOL("FirstRunThisInstall", FALSE); } |