diff options
author | McCabe Maxsted | 2010-11-01 21:39:24 -0700 |
---|---|---|
committer | McCabe Maxsted | 2010-11-01 21:39:24 -0700 |
commit | 0c4a202692432b32bb8f8157b8b51085bd56a21c (patch) | |
tree | 38b5390ce3a20b9ca1adb2cf8681ab48ed34cb7a /linden/indra/newview/llfloaterregioninfo.cpp | |
parent | Fixed crash when logging into an Aurora sim without the region/estate window ... (diff) | |
download | meta-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.cpp | 2 |
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; |