diff options
| author | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-04-13 17:31:56 -0700 | 
|---|---|---|
| committer | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-04-13 17:31:56 -0700 | 
| commit | 0203b08412c938b4899ce299276a42207802f304 (patch) | |
| tree | 34ad57eb0373c6925e01b01456c6c4124fc824e6 /indra/newview | |
| parent | 97ac8c4a0b0b98aec7cd7fab2c1e00ffa9c1310c (diff) | |
Add SimulatorFeatures to the seed capabilities requested by the viewer.
(transplanted from 17d7f73d189a8f6cf55b55b8147c91646c786573)
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llviewerregion.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index 07d4ac664f..2267db770c 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -174,7 +174,7 @@ public:  				mRegion->showReleaseNotes();  			}  		} -		 +  		if (STATE_SEED_GRANTED_WAIT == LLStartUp::getStartupState())  		{  			LLStartUp::setStartupState( STATE_SEED_CAP_GRANTED ); @@ -1490,6 +1490,7 @@ void LLViewerRegion::setSeedCapability(const std::string& url)  	capabilityNames.append("ProvisionVoiceAccountRequest");  	capabilityNames.append("RemoteParcelRequest");  	capabilityNames.append("RequestTextureDownload"); +	capabilityNames.append("SimulatorFeatures");  	capabilityNames.append("SearchStatRequest");  	capabilityNames.append("SearchStatTracking");  	capabilityNames.append("SendPostcard"); | 
