Fix SinguReplaceLinks not being respected on various user driven UI
Corrects display for Readonly Notecards, Picks, Group profiles, First/ Second Life, Classifieds, Events, Landmarks, About Land, and Region/Estate Thanks for giving me the heads-up, Beware
This commit is contained in:
@@ -2776,7 +2776,7 @@ void LLPanelEstateCovenant::updateCovenantText(const std::string& string, const
|
||||
LLPanelEstateCovenant* panelp = LLFloaterRegionInfo::getPanelCovenant();
|
||||
if( panelp )
|
||||
{
|
||||
panelp->mEditor->setText(string);
|
||||
panelp->mEditor->setText(string, false);
|
||||
panelp->setCovenantID(asset_id);
|
||||
}
|
||||
}
|
||||
@@ -2823,7 +2823,7 @@ void LLPanelEstateCovenant::setOwnerName(const std::string& name)
|
||||
|
||||
void LLPanelEstateCovenant::setCovenantTextEditor(const std::string& text)
|
||||
{
|
||||
mEditor->setText(text);
|
||||
mEditor->setText(text, false);
|
||||
}
|
||||
|
||||
// key = "estateupdateinfo"
|
||||
|
||||
Reference in New Issue
Block a user