diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-07-08 05:19:19 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-07-08 05:19:19 +0000 |
commit | f26f7e3e29019abf3a10f6925e30baca19eb4e2d (patch) | |
tree | 071fd0d451b482c9dd8376479b968da4aa099a78 /indra/newview/CMakeLists.txt | |
parent | c5d100a9e4595c0d3bc685e0d6a2972ef228013d (diff) |
merge -r 889-936 https://svn.aws.productengine.com/secondlife/pe/stable/ -> viewer-2-0
Also:
* Moved media remote shortcut to Communicate menu
* Changed mini map menu to toggle instead of show
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 6ec4fbbcd5..9510dcd9cc 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -297,6 +297,7 @@ set(viewer_SOURCE_FILES llpanellandmarks.cpp llpanellandmedia.cpp llpanellogin.cpp + llpanelmedia.cpp llpanelmeprofile.cpp llpanelobject.cpp llpanelpeople.cpp @@ -307,6 +308,7 @@ set(viewer_SOURCE_FILES llpanelplaceinfo.cpp llpanelplaces.cpp llpanelplacestab.cpp + llpanelprofile.cpp llpanelprofileview.cpp llpanelteleporthistory.cpp llpanelvolume.cpp @@ -719,6 +721,7 @@ set(viewer_HEADER_FILES llpanellandmarks.h llpanellandmedia.h llpanellogin.h + llpanelmedia.h llpanelmeprofile.h llpanelobject.h llpanelpeople.h @@ -729,6 +732,7 @@ set(viewer_HEADER_FILES llpanelplaceinfo.h llpanelplaces.h llpanelplacestab.h + llpanelprofile.h llpanelprofileview.h llpanelteleporthistory.h llpanelvolume.h |