diff options
author | richard <none@none> | 2009-11-05 20:36:15 -0800 |
---|---|---|
committer | richard <none@none> | 2009-11-05 20:36:15 -0800 |
commit | fac0b6836a59681443fb2bbd13e6b5eb9c07cef5 (patch) | |
tree | a8f184ddfa345716a83b02240e4ff5c56d791c49 /indra/newview/llfloatersnapshot.cpp | |
parent | 52b174d316b5f26bbc0722a6816e387d5a6565b3 (diff) |
refactored top level ui into main_view.xml
Diffstat (limited to 'indra/newview/llfloatersnapshot.cpp')
-rw-r--r-- | indra/newview/llfloatersnapshot.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index fd2e7b3487..347cc3a58e 100644 --- a/indra/newview/llfloatersnapshot.cpp +++ b/indra/newview/llfloatersnapshot.cpp @@ -101,6 +101,8 @@ S32 BORDER_WIDTH = 6; const S32 MAX_POSTCARD_DATASIZE = 1024 * 1024; // one megabyte const S32 MAX_TEXTURE_SIZE = 512 ; //max upload texture size 512 * 512 +static LLDefaultChildRegistry::Register<LLSnapshotFloaterView> r("snapshot_floater_view"); + ///---------------------------------------------------------------------------- /// Class LLSnapshotLivePreview ///---------------------------------------------------------------------------- |