diff options
author | James Cook <james@lindenlab.com> | 2009-12-29 16:23:49 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-29 16:23:49 -0800 |
commit | b3d0c94ee0e79a6cd8ee594ec129b0215c56794a (patch) | |
tree | 599d3b24d5f2a9161f4e6818875e18aca328f329 /indra/newview/CMakeLists.txt | |
parent | c2915a889987e64484c9794d55740e7f6ac8f9bd (diff) |
EXT-3720 Added Advanced > Set Window Size... for video making
Torley needed this to make tutorial movies.
Removed dead code from Preferences.
Reviewed by Leyla.
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index a26aae3590..254a44287f 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -219,6 +219,7 @@ set(viewer_SOURCE_FILES llfloaterwater.cpp llfloaterwhitelistentry.cpp llfloaterwindlight.cpp + llfloaterwindowsize.cpp llfloaterworldmap.cpp llfolderview.cpp llfolderviewitem.cpp @@ -728,6 +729,7 @@ set(viewer_HEADER_FILES llfloaterwater.h llfloaterwhitelistentry.h llfloaterwindlight.h + llfloaterwindowsize.h llfloaterworldmap.h llfolderview.h llfoldervieweventlistener.h |