summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpostcard.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-12-14 14:46:21 -0500
committerOz Linden <oz@lindenlab.com>2010-12-14 14:46:21 -0500
commit7c0c86774f601cab3e0ca1598ea786b803c5bc71 (patch)
treef8b6b447a40f5ccc69032b581443e2cf2e17c6dc /indra/newview/llfloaterpostcard.cpp
parentd3eccbcd8b9bc51b1a940325509b9508c3697391 (diff)
parent0b6c4d0f668c1fc95bac1807a9fd5f5568c7c278 (diff)
merge fix for storm-229
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