diff options
Diffstat (limited to 'linden/indra/newview/llviewermenufile.cpp')
-rw-r--r-- | linden/indra/newview/llviewermenufile.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewermenufile.cpp b/linden/indra/newview/llviewermenufile.cpp index 031e6d4..97b11fd 100644 --- a/linden/indra/newview/llviewermenufile.cpp +++ b/linden/indra/newview/llviewermenufile.cpp | |||
@@ -2,6 +2,8 @@ | |||
2 | * @file llviewermenufile.cpp | 2 | * @file llviewermenufile.cpp |
3 | * @brief "File" menu in the main menu bar. | 3 | * @brief "File" menu in the main menu bar. |
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2002&license=viewergpl$ | ||
6 | * | ||
5 | * Copyright (c) 2002-2007, Linden Research, Inc. | 7 | * Copyright (c) 2002-2007, Linden Research, Inc. |
6 | * | 8 | * |
7 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
@@ -24,6 +26,7 @@ | |||
24 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO | 26 | * ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO |
25 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, | 27 | * WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, |
26 | * COMPLETENESS OR PERFORMANCE. | 28 | * COMPLETENESS OR PERFORMANCE. |
29 | * $/LicenseInfo$ | ||
27 | */ | 30 | */ |
28 | 31 | ||
29 | #include "llviewerprecompiledheaders.h" | 32 | #include "llviewerprecompiledheaders.h" |
@@ -399,7 +402,7 @@ class LLFileTakeSnapshotToDisk : public view_listener_t | |||
399 | gSavedSettings.getBOOL("RenderUIInSnapshot"), | 402 | gSavedSettings.getBOOL("RenderUIInSnapshot"), |
400 | FALSE)) | 403 | FALSE)) |
401 | { | 404 | { |
402 | if (!gQuietSnapshot) | 405 | if (!gSavedSettings.getBOOL("QuietSnapshotsToDisk")) |
403 | { | 406 | { |
404 | gViewerWindow->playSnapshotAnimAndSound(); | 407 | gViewerWindow->playSnapshotAnimAndSound(); |
405 | } | 408 | } |