diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-07-17 23:51:42 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-17 23:51:42 +0300 |
| commit | 590ad6747f4dddf8272ad411a419ad0543afa4a1 (patch) | |
| tree | 42f80510e1ad667bc134654f21f18660a1cca118 /indra/llui/llurlaction.h | |
| parent | 211b6c65fd12fef6d643408f6b40be7c3ab8aff0 (diff) | |
#4047 fix 'Show on Map' command for parcel URI links
Diffstat (limited to 'indra/llui/llurlaction.h')
| -rw-r--r-- | indra/llui/llurlaction.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llurlaction.h b/indra/llui/llurlaction.h index ac9741a7ad..c960d61ca0 100644 --- a/indra/llui/llurlaction.h +++ b/indra/llui/llurlaction.h @@ -63,6 +63,8 @@ public: /// if the Url specifies an SL location, show it on a map static void showLocationOnMap(std::string url); + static void showParcelOnMap(std::string url); + /// perform the appropriate action for left-clicking on a Url static void clickAction(std::string url, bool trusted_content); |
