summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelgrouplandmoney.cpp
diff options
context:
space:
mode:
authorKelly Washington <kelly@lindenlab.com>2012-11-12 14:12:52 -0800
committerKelly Washington <kelly@lindenlab.com>2012-11-12 14:12:52 -0800
commitb9a92f2b4867e2b3e88bff59de3df6dfed77e746 (patch)
tree4faeba76641c82e56a7e0bbeb6846ee68c1b0556 /indra/newview/llpanelgrouplandmoney.cpp
parentcc900f8b2c081a4a5ea363ee8bfb0cc9f6317bf6 (diff)
MAINT-1897 Poor performance viewing large group member lists
* Fix bad font name in llpanelgrouplandmoney
Diffstat (limited to 'indra/newview/llpanelgrouplandmoney.cpp')
-rw-r--r--indra/newview/llpanelgrouplandmoney.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelgrouplandmoney.cpp b/indra/newview/llpanelgrouplandmoney.cpp
index 363443646d..37755fb851 100644
--- a/indra/newview/llpanelgrouplandmoney.cpp
+++ b/indra/newview/llpanelgrouplandmoney.cpp
@@ -517,7 +517,7 @@ void LLPanelGroupLandMoney::impl::processGroupLand(LLMessageSystem* msg)
row["columns"][3]["column"] = "type";
row["columns"][3]["value"] = land_type;
- row["columns"][3]["font"] = "SANSSERIFSMALL";
+ row["columns"][3]["font"] = "SANSSERIF_SMALL";
// hidden is always last column
row["columns"][4]["column"] = "hidden";