summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpostcard.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-12-02 14:02:46 -0500
committerOz Linden <oz@lindenlab.com>2010-12-02 14:02:46 -0500
commit20e192029ceaf7e9b6d097d6e65089d9011a4c0b (patch)
tree3687b1fdf97d058e75565306c3214fc967839257 /indra/newview/llfloaterpostcard.cpp
parentfbfe7418e567b79c60cc873a8882d9be97e3bb0a (diff)
parent5098ca5ae444ca492bc668fbd07976e96eb5726a (diff)
merge fix for STORM-596
Diffstat (limited to 'indra/newview/llfloaterpostcard.cpp')
-rw-r--r--indra/newview/llfloaterpostcard.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llfloaterpostcard.cpp b/indra/newview/llfloaterpostcard.cpp
index e8e9f76912..220d33016a 100644
--- a/indra/newview/llfloaterpostcard.cpp
+++ b/indra/newview/llfloaterpostcard.cpp
@@ -361,9 +361,7 @@ 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