aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloaterpostcard.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloaterpostcard.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloaterpostcard.cpp b/linden/indra/newview/llfloaterpostcard.cpp
index 036ce38..2c80300 100644
--- a/linden/indra/newview/llfloaterpostcard.cpp
+++ b/linden/indra/newview/llfloaterpostcard.cpp
@@ -4,6 +4,7 @@
4 * 4 *
5 * Copyright (c) 2004-2007, Linden Research, Inc. 5 * Copyright (c) 2004-2007, Linden Research, Inc.
6 * 6 *
7 * Second Life Viewer Source Code
7 * The source code in this file ("Source Code") is provided by Linden Lab 8 * The source code in this file ("Source Code") is provided by Linden Lab
8 * to you under the terms of the GNU General Public License, version 2.0 9 * to you under the terms of the GNU General Public License, version 2.0
9 * ("GPL"), unless you have obtained a separate licensing agreement 10 * ("GPL"), unless you have obtained a separate licensing agreement
@@ -237,7 +238,7 @@ public:
237 { 238 {
238 } 239 }
239 // *TODO define custom uploadFailed here so it's not such a generic message 240 // *TODO define custom uploadFailed here so it's not such a generic message
240 void LLSendPostcardResponder::uploadComplete(const LLSD& content) 241 void uploadComplete(const LLSD& content)
241 { 242 {
242 // we don't care about what the server returns from this post, just clean up the UI 243 // we don't care about what the server returns from this post, just clean up the UI
243 LLUploadDialog::modalUploadFinished(); 244 LLUploadDialog::modalUploadFinished();