diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-31 17:47:07 +0300 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-31 17:47:07 +0300 |
commit | a6daa3a26d2b566df0a0563fc6d6c40fb385a1f0 (patch) | |
tree | 149e078a00a671c95c1f9d16c47a4ddd6447d7df /indra/newview/llworldmapview.cpp | |
parent | 302bfb6e81c28254b750392eea2468b434220bb3 (diff) |
SL-19432 External group links dont load in SL
Diffstat (limited to 'indra/newview/llworldmapview.cpp')
-rwxr-xr-x | indra/newview/llworldmapview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llworldmapview.cpp b/indra/newview/llworldmapview.cpp index 6e994b4e68..8f46e66551 100755 --- a/indra/newview/llworldmapview.cpp +++ b/indra/newview/llworldmapview.cpp @@ -1829,7 +1829,7 @@ BOOL LLWorldMapView::handleDoubleClick( S32 x, S32 y, MASK mask ) // Invoke the event details floater if someone is clicking on an event. LLSD params(LLSD::emptyArray()); params.append(event_id); - LLCommandDispatcher::dispatch("event", params, LLSD(), NULL, "clicked", true); + LLCommandDispatcher::dispatch("event", params, LLSD(), NULL, LLCommandHandler::NAV_TYPE_CLICKED, true); break; } case MAP_ITEM_LAND_FOR_SALE: |