diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-01-07 01:10:22 +0200 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-01-07 01:10:22 +0200 | 
| commit | d6f5e5bc9424b9d45f6eeeca5d894d46dc91b279 (patch) | |
| tree | 0f6b3b534612c78e4903dc4a9b18b72e852043a0 /indra/newview | |
| parent | 73933fe778c5d29bfde2a3055b8ab21e5aa6b598 (diff) | |
SL-18911 [MAC] My Land Holdings floater crashes when not empty
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/llfloaterlandholdings.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llfloaterlandholdings.cpp b/indra/newview/llfloaterlandholdings.cpp index 8633fe4e5e..2f13c940ca 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; +		element["columns"][1]["value"] = areastr.getString();  		element["columns"][1]["font"] = "SANSSERIF";  		grant_list->addElement(element); | 
