aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterregioninfo.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-11-01 21:39:24 -0700
committerMcCabe Maxsted2010-11-01 21:39:24 -0700
commit0c4a202692432b32bb8f8157b8b51085bd56a21c (patch)
tree38b5390ce3a20b9ca1adb2cf8681ab48ed34cb7a /linden/indra/newview/llfloaterregioninfo.cpp
parentFixed crash when logging into an Aurora sim without the region/estate window ... (diff)
downloadmeta-impy-0c4a202692432b32bb8f8157b8b51085bd56a21c.zip
meta-impy-0c4a202692432b32bb8f8157b8b51085bd56a21c.tar.gz
meta-impy-0c4a202692432b32bb8f8157b8b51085bd56a21c.tar.bz2
meta-impy-0c4a202692432b32bb8f8157b8b51085bd56a21c.tar.xz
Use the right name for the Aurora capability
Diffstat (limited to 'linden/indra/newview/llfloaterregioninfo.cpp')
-rw-r--r--linden/indra/newview/llfloaterregioninfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterregioninfo.cpp b/linden/indra/newview/llfloaterregioninfo.cpp
index 76e6b01..9e6f323 100644
--- a/linden/indra/newview/llfloaterregioninfo.cpp
+++ b/linden/indra/newview/llfloaterregioninfo.cpp
@@ -183,7 +183,7 @@ BOOL LLFloaterRegionInfo::postBuild()
183 mTab->addTabPanel(panel, panel->getLabel(), TRUE); 183 mTab->addTabPanel(panel, panel->getLabel(), TRUE);
184 184
185 // We only use this panel on Aurora-based sims -- MC 185 // We only use this panel on Aurora-based sims -- MC
186 std::string url = gAgent.getRegion()->getCapability("OpenRegionSettings"); 186 std::string url = gAgent.getRegion()->getCapability("DispatchOpenRegionSettings");
187 if (!url.empty()) 187 if (!url.empty())
188 { 188 {
189 panel = new LLPanelRegionOpenSettingsInfo; 189 panel = new LLPanelRegionOpenSettingsInfo;