diff options
| author | Oz Linden <oz@lindenlab.com> | 2010-11-17 15:21:16 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2010-11-17 15:21:16 -0500 |
| commit | f526f641d887f4a30884d55d63e2aa3898b2fd30 (patch) | |
| tree | f5a252426ff17df27ffa6f2fed15e9d30781352a /indra/newview/llviewerregion.cpp | |
| parent | 7e9572fab5643f52a44f06249109f7e77b656e3b (diff) | |
| parent | 289e1f330998e7d32ff16048c543b5a7270d9016 (diff) | |
merge fix for STORM-589
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
| -rw-r--r-- | indra/newview/llviewerregion.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp index b684206960..ca07e7c4cf 100644 --- a/indra/newview/llviewerregion.cpp +++ b/indra/newview/llviewerregion.cpp @@ -1400,6 +1400,8 @@ void LLViewerRegion::setSeedCapability(const std::string& url) capabilityNames.append("SendUserReportWithScreenshot"); capabilityNames.append("ServerReleaseNotes"); capabilityNames.append("SetDisplayName"); + capabilityNames.append("SimConsole"); + capabilityNames.append("SimConsoleAsync"); capabilityNames.append("StartGroupProposal"); capabilityNames.append("TextureStats"); capabilityNames.append("UntrustedSimulatorMessage"); |
