diff options
Diffstat (limited to 'linden/indra/newview/llfloaterpostcard.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterpostcard.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloaterpostcard.cpp b/linden/indra/newview/llfloaterpostcard.cpp index b140b1c..fbd8e72 100644 --- a/linden/indra/newview/llfloaterpostcard.cpp +++ b/linden/indra/newview/llfloaterpostcard.cpp | |||
@@ -393,6 +393,8 @@ void LLFloaterPostcard::sendPostcard() | |||
393 | gAssetStorage->storeAssetData(mTransactionID, LLAssetType::AT_IMAGE_JPEG, &uploadCallback, (void *)this, FALSE); | 393 | gAssetStorage->storeAssetData(mTransactionID, LLAssetType::AT_IMAGE_JPEG, &uploadCallback, (void *)this, FALSE); |
394 | } | 394 | } |
395 | 395 | ||
396 | // give user feedback of the event | ||
397 | gViewerWindow->playSnapshotAnimAndSound(); | ||
396 | LLUploadDialog::modalUploadDialog("Uploading...\n\nPostcard"); | 398 | LLUploadDialog::modalUploadDialog("Uploading...\n\nPostcard"); |
397 | 399 | ||
398 | // don't destroy the window until the upload is done | 400 | // don't destroy the window until the upload is done |