diff options
author | Oz Linden <oz@lindenlab.com> | 2011-07-29 11:08:00 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-07-29 11:08:00 -0400 |
commit | b4df9fd2028e39186291a7829234ff3ba0f87cd0 (patch) | |
tree | 992846ef7668c85b490c5e249d2059f7b23065be /indra/newview/llpanelplaceprofile.cpp | |
parent | 58ff6b5033e514381a3e9e54d0d6fa681dcc1205 (diff) | |
parent | 7e405ef0e3efce400db53ddc16d367680da659c9 (diff) |
merge changes for storm-1220
Diffstat (limited to 'indra/newview/llpanelplaceprofile.cpp')
-rw-r--r-- | indra/newview/llpanelplaceprofile.cpp | 2 |
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()) |