summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-31 17:47:07 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2023-03-31 17:47:07 +0300
commita6daa3a26d2b566df0a0563fc6d6c40fb385a1f0 (patch)
tree149e078a00a671c95c1f9d16c47a4ddd6447d7df /indra/newview/llstartup.cpp
parent302bfb6e81c28254b750392eea2468b434220bb3 (diff)
SL-19432 External group links dont load in SL
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 765aca039d..628ee5d97c 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -3018,7 +3018,7 @@ bool LLStartUp::dispatchURL()
|| (dx*dx > SLOP*SLOP)
|| (dy*dy > SLOP*SLOP) )
{
- LLURLDispatcher::dispatch(getStartSLURL().getSLURLString(), "clicked",
+ LLURLDispatcher::dispatch(getStartSLURL().getSLURLString(), LLCommandHandler::NAV_TYPE_CLICKED,
NULL, false);
}
return true;