summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerregion.cpp
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2011-04-14 15:16:15 +0300
committerPaul ProductEngine <pguslisty@productengine.com>2011-04-14 15:16:15 +0300
commit8636ed0db750f624d03470232c7d03122a120c7d (patch)
treee7d3518693796708c12977b21b15cf4e852211fb /indra/newview/llviewerregion.cpp
parentc4f03ca949c25b6fd5794ebada5c5e65154a33c0 (diff)
parent88a7262340f2fc5085f4ac6600790518d01292d6 (diff)
merge
Diffstat (limited to 'indra/newview/llviewerregion.cpp')
-rw-r--r--indra/newview/llviewerregion.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.cpp b/indra/newview/llviewerregion.cpp
index 8c21e1a409..c53fdc3393 100644
--- a/indra/newview/llviewerregion.cpp
+++ b/indra/newview/llviewerregion.cpp
@@ -109,7 +109,7 @@ public:
}
// Process the SLapp as if it was a secondlife://{PLACE} SLurl
- LLURLDispatcher::dispatch(url, web, true);
+ LLURLDispatcher::dispatch(url, "clicked", web, true);
return true;
}
};