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:
@@ -715,7 +715,7 @@ void LLPanelLandGeneral::refresh()
|
||||
);
|
||||
|
||||
mEditName->setText( parcel->getName() );
|
||||
mEditDesc->setText( parcel->getDesc() );
|
||||
mEditDesc->setText( parcel->getDesc(), false );
|
||||
|
||||
BOOL for_sale = parcel->getForSale();
|
||||
|
||||
@@ -3070,7 +3070,7 @@ void LLPanelLandCovenant::updateCovenantText(const std::string &string)
|
||||
{
|
||||
LLViewerTextEditor* editor = self->getChild<LLViewerTextEditor>("covenant_editor");
|
||||
editor->setHandleEditKeysDirectly(TRUE);
|
||||
editor->setText(string);
|
||||
editor->setText(string, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user