summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpostcard.cpp
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2010-11-24 10:28:41 -0800
committerLeyla Farazha <leyla@lindenlab.com>2010-11-24 10:28:41 -0800
commit82f3a34e17f82d894e6506d1451002a3b563fd8d (patch)
treedb422827f81f1c2215199cd764d18a9c8e71eb82 /indra/newview/llfloaterpostcard.cpp
parentd18e4c68843d524e871ffb24427a9df52dce1243 (diff)
parentd7d23d16246e182c1cc74a57cac357aaa5c6c8e2 (diff)
Merge
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