diff --git a/indra/newview/llfloaterlandholdings.cpp b/indra/newview/llfloaterlandholdings.cpp index 2f13c940ca314cbb561e9110732991cd5c26cf0b..8633fe4e5e58d487a38f63c93dfb86d54defca51 100644 --- a/indra/newview/llfloaterlandholdings.cpp +++ b/indra/newview/llfloaterlandholdings.cpp @@ -89,7 +89,7 @@ BOOL LLFloaterLandHoldings::postBuild() LLUIString areastr = getString("area_string"); areastr.setArg("[AREA]", llformat("%d", gAgent.mGroups.at(i).mContribution)); element["columns"][1]["column"] = "area"; - element["columns"][1]["value"] = areastr.getString(); + element["columns"][1]["value"] = areastr; element["columns"][1]["font"] = "SANSSERIF"; grant_list->addElement(element);