diff options
author | Oz Linden <oz@lindenlab.com> | 2010-11-17 15:23:01 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-11-17 15:23:01 -0500 |
commit | 4ecf93fda2f2a30def5197b4f141b3abdbdc8b4e (patch) | |
tree | c11c51aed31c8372b5c59d4006337414b870cb92 /indra/newview/llviewerregion.cpp | |
parent | d0de833d947b219eabae01abbb5750ad05e5e305 (diff) | |
parent | 3b86582fb8fd809273d152197f72de2c59a29f24 (diff) |
merge fix for STORM-563
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"); |