summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterbuyland.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-05-28 08:21:33 -0700
committerJames Cook <james@lindenlab.com>2010-05-28 08:21:33 -0700
commit3bbb622731b2a6a29fc6576dcf4885527d813699 (patch)
tree638b86c18e3280629615fc1ebc1c0d185d564116 /indra/newview/llfloaterbuyland.cpp
parent7037e8ee9fb73093eecca3d4477be3a85bd62664 (diff)
WIP Fix miscellaneous display names in UI
Diffstat (limited to 'indra/newview/llfloaterbuyland.cpp')
-rw-r--r--indra/newview/llfloaterbuyland.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterbuyland.cpp b/indra/newview/llfloaterbuyland.cpp
index 419253d938..292c88441a 100644
--- a/indra/newview/llfloaterbuyland.cpp
+++ b/indra/newview/llfloaterbuyland.cpp
@@ -823,7 +823,7 @@ void LLFloaterBuyLandUI::updateNames()
}
else if (parcelp->getIsGroupOwned())
{
- gCacheName->get(parcelp->getGroupID(), true,
+ gCacheName->getGroup(parcelp->getGroupID(),
boost::bind(&LLFloaterBuyLandUI::updateGroupName, this,
_1, _2, _3));
}