LLViewerRegion: WIP - header changes and anticipated compile fixes

Does not compile now.
llviewerregion.cpp wasn't touched.
Other changes elsewhere in the code (like in llstartup.cpp) might still be needed.
This commit is contained in:
Aleric Inglewood
2012-02-16 02:32:31 +01:00
parent f05343dec1
commit 3680e022fc
4 changed files with 18 additions and 10 deletions

View File

@@ -2720,7 +2720,7 @@ bool LLPanelEstateCovenant::refreshFromRegion(LLViewerRegion* region)
LLTextBox* region_landtype = getChild<LLTextBox>("region_landtype_text");
if (region_landtype)
{
region_landtype->setText(region->getSimProductName());
region_landtype->setText(region->getLocalizedSimProductName());
}