summaryrefslogtreecommitdiff
path: root/indra/llui/llurlregistry.cpp
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2010-02-03 12:48:40 -0800
committerJames Cook <james@lindenlab.com>2010-02-03 12:48:40 -0800
commitd489216b6ef41f0d22f3a9062ba6daacc67bc038 (patch)
tree6888acece9d8cbdc358170a4ab69478e09c545d9 /indra/llui/llurlregistry.cpp
parent146e9d5e4d9a9a4f33d9ccd47a901980972b7ab9 (diff)
Moved LLUrlEntryAgent back into llui library in prep for merge
Diffstat (limited to 'indra/llui/llurlregistry.cpp')
-rw-r--r--indra/llui/llurlregistry.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llurlregistry.cpp b/indra/llui/llurlregistry.cpp
index 4fbdae9d38..419d2322f9 100644
--- a/indra/llui/llurlregistry.cpp
+++ b/indra/llui/llurlregistry.cpp
@@ -49,7 +49,7 @@ LLUrlRegistry::LLUrlRegistry()
registerUrl(new LLUrlEntrySLURL());
registerUrl(new LLUrlEntryHTTP());
registerUrl(new LLUrlEntryHTTPLabel());
- // IDEVO registerUrl(new LLUrlEntryAgent());
+ registerUrl(new LLUrlEntryAgent());
registerUrl(new LLUrlEntryGroup());
registerUrl(new LLUrlEntryParcel());
registerUrl(new LLUrlEntryTeleport());