summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorMerov Linden <merov@lindenlab.com>2012-06-18 08:21:42 -0700
committerMerov Linden <merov@lindenlab.com>2012-06-18 08:21:42 -0700
commitb64fc84707a0ab4c11e84cf5caec32bbc267f313 (patch)
treea8e5e3d69b55f3e06fd1634ce655b6a58d6eecc4 /indra/llui
parent22133d281d0c70f13f63d0db2083d6d3cbf002da (diff)
CHUI-145 : WIP Always open the message pane when clicking on a conversation in the list
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llmultifloater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llmultifloater.cpp b/indra/llui/llmultifloater.cpp
index 540ac74aee..6f0e691f10 100644
--- a/indra/llui/llmultifloater.cpp
+++ b/indra/llui/llmultifloater.cpp
@@ -173,7 +173,7 @@ void LLMultiFloater::addFloater(LLFloater* floaterp, BOOL select_added_floater,
else if (floaterp->getHost())
{
// floaterp is hosted by somebody else and
- // this is adding it, so remove it from it's old host
+ // this is adding it, so remove it from its old host
floaterp->getHost()->removeFloater(floaterp);
}
else if (floaterp->getParent() == gFloaterView)