diff options
author | Guru <alexandrgproductengine@lindenlab.com> | 2023-03-15 17:29:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-15 17:29:08 +0100 |
commit | b75f353903ca5a1ec330291859bfb6ea39b08b6a (patch) | |
tree | 31f53c971ea546dbe942b1c9e7acd0b37f7621de | |
parent | 5cbbfba46f11be76d1d5eb088f5448992d5e3bed (diff) | |
parent | 1a8c03cfda1863889b21b25a1f127bc541464f5b (diff) |
Merge pull request #123 from secondlife/SL-19085
SL-19085 Save Wiki-style URL as link when creating the Pick with an existing link in About Land
-rw-r--r-- | indra/newview/llpanelprofilepicks.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelprofilepicks.cpp b/indra/newview/llpanelprofilepicks.cpp index 45d0252e4f..db3a3c6de5 100644 --- a/indra/newview/llpanelprofilepicks.cpp +++ b/indra/newview/llpanelprofilepicks.cpp @@ -529,6 +529,7 @@ void LLPanelProfilePick::setAvatarId(const LLUUID& avatar_id) pick_name = parcel->getName(); pick_desc = parcel->getDesc(); snapshot_id = parcel->getSnapshotID(); + mPickDescription->setParseHTML(false); } LLViewerRegion* region = gAgent.getRegion(); |