diff options
author | Oz Linden <oz@lindenlab.com> | 2010-12-14 14:47:44 -0500 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2010-12-14 14:47:44 -0500 |
commit | 2027ce56a217b97848f5582a14f8ed81593a1f54 (patch) | |
tree | b0659440f2da821d1cd32b6d078a462289685a8d /indra/newview/llviewermenufile.cpp | |
parent | 29dc24a3ea8d6f3d3aa83fd6b22921937d0dd430 (diff) | |
parent | a0d3c7c0f8a5693a0ce3471142b8229578e9e948 (diff) |
merge fix for storm-713
Diffstat (limited to 'indra/newview/llviewermenufile.cpp')
-rw-r--r-- | indra/newview/llviewermenufile.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llviewermenufile.cpp b/indra/newview/llviewermenufile.cpp index b7be3bc5b3..fda291f3c1 100644 --- a/indra/newview/llviewermenufile.cpp +++ b/indra/newview/llviewermenufile.cpp @@ -404,6 +404,8 @@ class LLFileTakeSnapshotToDisk : public view_listener_t gSavedSettings.getBOOL("RenderUIInSnapshot"), FALSE)) { + gViewerWindow->playSnapshotAnimAndSound(); + LLPointer<LLImageFormatted> formatted; switch(LLFloaterSnapshot::ESnapshotFormat(gSavedSettings.getS32("SnapshotFormat"))) { |