summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpostcard.cpp
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2010-12-10 19:54:07 +0200
committerSeth ProductEngine <slitovchuk@productengine.com>2010-12-10 19:54:07 +0200
commit26d063f5521f80bc7eca214fb8338fee4e87f301 (patch)
tree8043c224bfce7dd2a9b81185384cb239d5bbbd3b /indra/newview/llfloaterpostcard.cpp
parent426744df2c9a6c04bab594fefbd8b35970d0948d (diff)
STORM-378 FIX REVERTED Backed out changeset: 1bce3dd882df
Diffstat (limited to 'indra/newview/llfloaterpostcard.cpp')
-rw-r--r--indra/newview/llfloaterpostcard.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpostcard.cpp b/indra/newview/llfloaterpostcard.cpp
index 054ab4538b..dd0b1d999c 100644
--- a/indra/newview/llfloaterpostcard.cpp
+++ b/indra/newview/llfloaterpostcard.cpp
@@ -366,7 +366,9 @@ void LLFloaterPostcard::sendPostcard()
{
gAssetStorage->storeAssetData(mTransactionID, LLAssetType::AT_IMAGE_JPEG, &uploadCallback, (void *)this, FALSE);
}
-
+
+ // give user feedback of the event
+ gViewerWindow->playSnapshotAnimAndSound();
LLUploadDialog::modalUploadDialog(getString("upload_message"));
// don't destroy the window until the upload is done