diff options
author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-02-03 13:16:26 +0200 |
---|---|---|
committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2015-02-03 13:16:26 +0200 |
commit | 60af7c826caf3b96548988fc9ffbc3a12e227fb4 (patch) | |
tree | b4f2c8b679c2cde3d21c58fbde7956ea67e08ccb /indra/newview/llsnapshotlivepreview.h | |
parent | 301714944a7cf6cb4ddd160b66d231bb992d5162 (diff) |
MAINT-4812 FIXED Remove sending snapshot as email from the viewer.
Diffstat (limited to 'indra/newview/llsnapshotlivepreview.h')
-rw-r--r-- | indra/newview/llsnapshotlivepreview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsnapshotlivepreview.h b/indra/newview/llsnapshotlivepreview.h index fed33bf37c..f479de59d4 100644 --- a/indra/newview/llsnapshotlivepreview.h +++ b/indra/newview/llsnapshotlivepreview.h @@ -42,7 +42,7 @@ class LLSnapshotLivePreview : public LLView public: enum ESnapshotType { - SNAPSHOT_POSTCARD, + SNAPSHOT_POSTCARD_DEPRECIATED, SNAPSHOT_TEXTURE, SNAPSHOT_LOCAL, SNAPSHOT_WEB |