summaryrefslogtreecommitdiff
path: root/indra/llui/llurlregistry.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-12-20 09:06:06 -0500
committerOz Linden <oz@lindenlab.com>2010-12-20 09:06:06 -0500
commit25eef545fd7f6513ae4c590126aef1dc06494f56 (patch)
tree68ed170395a66eb78c6de7f77c677c49e56ad971 /indra/llui/llurlregistry.cpp
parentb59dad36ba7b6d45c25f596e690df3150d94f1b4 (diff)
parent81b5931146d983246621b8606e747472941b6d39 (diff)
merge fix for storm-412
Diffstat (limited to 'indra/llui/llurlregistry.cpp')
-rw-r--r--indra/llui/llurlregistry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llurlregistry.cpp b/indra/llui/llurlregistry.cpp
index 478b412d5e..523ee5d78c 100644
--- a/indra/llui/llurlregistry.cpp
+++ b/indra/llui/llurlregistry.cpp
@@ -54,6 +54,7 @@ LLUrlRegistry::LLUrlRegistry()
registerUrl(new LLUrlEntryGroup());
registerUrl(new LLUrlEntryParcel());
registerUrl(new LLUrlEntryTeleport());
+ registerUrl(new LLUrlEntryRegion());
registerUrl(new LLUrlEntryWorldMap());
registerUrl(new LLUrlEntryObjectIM());
registerUrl(new LLUrlEntryPlace());