summaryrefslogtreecommitdiff
path: root/indra/newview/lltwitterconnect.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2014-02-26 20:21:05 +0000
committerCho <cho@lindenlab.com>2014-02-26 20:21:05 +0000
commitd80a812ffc0e70dcb049aefca69f2a4f8bbd4ab8 (patch)
tree49cde3bff3b70ad5592accb0208c608e917089b1 /indra/newview/lltwitterconnect.cpp
parent64c239fbf7f1fb668d94b9c26f413858058b8270 (diff)
Changed SLShare photo upload filename to Untitled for the sake of default Flickr title
Diffstat (limited to 'indra/newview/lltwitterconnect.cpp')
-rw-r--r--indra/newview/lltwitterconnect.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltwitterconnect.cpp b/indra/newview/lltwitterconnect.cpp
index 350da84f69..cfdbca1b81 100644
--- a/indra/newview/lltwitterconnect.cpp
+++ b/indra/newview/lltwitterconnect.cpp
@@ -386,7 +386,7 @@ void LLTwitterConnect::uploadPhoto(LLPointer<LLImageFormatted> image, const std:
<< status << "\r\n";
body << "--" << boundary << "\r\n"
- << "Content-Disposition: form-data; name=\"image\"; filename=\"snapshot." << imageFormat << "\"\r\n"
+ << "Content-Disposition: form-data; name=\"image\"; filename=\"Untitled." << imageFormat << "\"\r\n"
<< "Content-Type: image/" << imageFormat << "\r\n\r\n";
// Insert the image data.