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:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user