summaryrefslogtreecommitdiff
path: root/indra/llui/llfloaterreg.cpp
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2011-08-02 15:07:35 -0700
committerMerov Linden <merov@lindenlab.com>2011-08-02 15:07:35 -0700
commit0b81c19cbe809f041e628da334c305ea33fae2e9 (patch)
tree57a870cb47928bb996c33d2111a0f49c3f28b31f /indra/llui/llfloaterreg.cpp
parent8d081d34fc56fd1b742045dd120b6acbda0d027e (diff)
parent6d9158dcaddfe486d91a514c9df92c155f655397 (diff)
Pull from richard/viewer-experience
Diffstat (limited to 'indra/llui/llfloaterreg.cpp')
-rw-r--r--indra/llui/llfloaterreg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloaterreg.cpp b/indra/llui/llfloaterreg.cpp
index 1463d0bfbb..fc7dcfcc4e 100644
--- a/indra/llui/llfloaterreg.cpp
+++ b/indra/llui/llfloaterreg.cpp
@@ -214,7 +214,7 @@ LLFloater* LLFloaterReg::showInstance(const std::string& name, const LLSD& key,
LLFloater* instance = getInstance(name, key);
if (instance)
{
- instance->openFloater(instance->mKey);
+ instance->openFloater(key);
if (focus)
instance->setFocus(TRUE);
}