diff options
author | prep linden <prep@lindenlab.com> | 2010-10-21 16:22:27 -0400 |
---|---|---|
committer | prep linden <prep@lindenlab.com> | 2010-10-21 16:22:27 -0400 |
commit | fca9c0b2f9128ef1c1a3a9d470a66aa95afffada (patch) | |
tree | 1bbef1d39c7962422ebabcc5e64f9533d6be4668 /indra/newview/CMakeLists.txt | |
parent | abd52cd3f480177a06c5e98732ded4136fcffc46 (diff) |
Added support for map tracking slapp, share slapp and a voice call slapp.
slapp urls:
secondlife:///app/maptrackavatar/lluid
secondlife:///app/sharewithavatar/lluid
secondlife:///app/voicecallavatar/lluid
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 69bc82eb65..26ba35e093 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -405,7 +405,7 @@ set(viewer_SOURCE_FILES llsidepanelinventorysubpanel.cpp llsidepaneliteminfo.cpp llsidepaneltaskinfo.cpp - llsidetray.cpp + llsidetray.cpp llsidetraypanelcontainer.cpp llsky.cpp llslurl.cpp |