diff options
| -rw-r--r-- | indra/newview/llappviewer.cpp | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 62f52e4b05..c47dcc11b2 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2168,6 +2168,11 @@ bool LLAppViewer::initConfiguration()  	// - load overrides from user_settings   	loadSettingsFromDirectory("User"); +	if (gSavedSettings.getBOOL("FirstRunThisInstall")) +	{ +		gSavedSettings.setString("SessionSettingsFile", "settings_minimal.xml"); +	} +  	if (clp.hasOption("sessionsettings"))  	{  		std::string session_settings_filename = clp.getOption("sessionsettings")[0];		 | 
