diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-10-01 12:32:57 +0300 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-10-01 12:32:57 +0300 | 
| commit | 5713e41e5728d61a9f5e8bdace7124fb4701953a (patch) | |
| tree | c3ebb0f879db9ba59ec8b4586d070c810f6ab60c | |
| parent | bc244a723d5821812a73a1278bc7bebbba2128ad (diff) | |
MAINT-3231 FIXED Don't show first run dialog.
| -rwxr-xr-x | indra/newview/llstartup.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index 67a76460a7..506eba0683 100755 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -786,6 +786,7 @@ bool idle_startup()  			display_startup();  			LLPanelLogin::giveFocus(); +			/* MAINT-3231 Don't show first run dialog  			if (gSavedSettings.getBOOL("FirstLoginThisInstall"))  			{  				LL_INFOS("AppInit") << "FirstLoginThisInstall, calling show_first_run_dialog()" << LL_ENDL; @@ -794,7 +795,7 @@ bool idle_startup()  			else  			{  				LL_DEBUGS("AppInit") << "FirstLoginThisInstall off" << LL_ENDL; -			} +			}*/  			LLStartUp::setStartupState( STATE_LOGIN_WAIT );		// Wait for user input  		} | 
