summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelplaceprofile.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-07-29 11:08:00 -0400
committerOz Linden <oz@lindenlab.com>2011-07-29 11:08:00 -0400
commitb4df9fd2028e39186291a7829234ff3ba0f87cd0 (patch)
tree992846ef7668c85b490c5e249d2059f7b23065be /indra/newview/llpanelplaceprofile.cpp
parent58ff6b5033e514381a3e9e54d0d6fa681dcc1205 (diff)
parent7e405ef0e3efce400db53ddc16d367680da659c9 (diff)
merge changes for storm-1220
Diffstat (limited to 'indra/newview/llpanelplaceprofile.cpp')
-rw-r--r--indra/newview/llpanelplaceprofile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelplaceprofile.cpp b/indra/newview/llpanelplaceprofile.cpp
index f82e86ef08..ce8057eead 100644
--- a/indra/newview/llpanelplaceprofile.cpp
+++ b/indra/newview/llpanelplaceprofile.cpp
@@ -463,7 +463,7 @@ void LLPanelPlaceProfile::displaySelectedParcelInfo(LLParcel* parcel,
}
mRegionNameText->setText(region->getName());
- mRegionTypeText->setText(region->getSimProductName());
+ mRegionTypeText->setText(region->getLocalizedSimProductName());
// Determine parcel owner
if (parcel->isPublic())