summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpostcard.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-12-14 14:47:44 -0500
committerOz Linden <oz@lindenlab.com>2010-12-14 14:47:44 -0500
commit2027ce56a217b97848f5582a14f8ed81593a1f54 (patch)
treeb0659440f2da821d1cd32b6d078a462289685a8d /indra/newview/llfloaterpostcard.cpp
parent29dc24a3ea8d6f3d3aa83fd6b22921937d0dd430 (diff)
parenta0d3c7c0f8a5693a0ce3471142b8229578e9e948 (diff)
merge fix for storm-713
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