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:
@@ -354,7 +354,7 @@ void LLPanelClassifiedInfo::processProperties(void* data, EAvatarProcessorType t
|
||||
|
||||
// Update UI controls
|
||||
mNameEditor->setText(c_info->name);
|
||||
mDescEditor->setText(c_info->description);
|
||||
mDescEditor->setText(c_info->description, false);
|
||||
mSnapshotCtrl->setImageAssetID(c_info->snapshot_id);
|
||||
mLocationEditor->setText(location_text);
|
||||
mLocationChanged = false;
|
||||
|
||||
Reference in New Issue
Block a user