diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-04-06 10:19:31 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-04-06 10:19:31 -0400 |
commit | ec5bd9c857b4d817685b09f9a10da7434ebbb816 (patch) | |
tree | b6400432fea054747130c183447599ced6709e5d /indra/llui/llurlregistry.cpp | |
parent | 785d4c34b62b7ca76b292e0001c516ba8fa738bc (diff) | |
parent | 7187f08e89ca1d10fb872070dc6381a0a926f57d (diff) |
automated merge
Diffstat (limited to 'indra/llui/llurlregistry.cpp')
-rw-r--r-- | indra/llui/llurlregistry.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llurlregistry.cpp b/indra/llui/llurlregistry.cpp index faa02e1904..7e09a5a919 100644 --- a/indra/llui/llurlregistry.cpp +++ b/indra/llui/llurlregistry.cpp @@ -55,6 +55,7 @@ LLUrlRegistry::LLUrlRegistry() registerUrl(new LLUrlEntryWorldMap()); registerUrl(new LLUrlEntryPlace()); registerUrl(new LLUrlEntryInventory()); + registerUrl(new LLUrlEntryObjectIM()); //LLUrlEntrySL and LLUrlEntrySLLabel have more common pattern, //so it should be registered in the end of list registerUrl(new LLUrlEntrySL()); |