summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2014-02-06 00:17:09 +0000
committerCho <cho@lindenlab.com>2014-02-06 00:17:09 +0000
commitcfde9440c9202e6f2b313761067d2884cff98c05 (patch)
tree2c89048c9d9748d158bc38b0ca7bd751f183f286 /indra
parentf217aa7c8bce0d3fe3a98625a1dd5eabdefd9d21 (diff)
Switched Flickr upload to PNG for ACME-1302
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llfloaterflickr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterflickr.cpp b/indra/newview/llfloaterflickr.cpp
index 74fdb9879c..ca1022d09d 100644
--- a/indra/newview/llfloaterflickr.cpp
+++ b/indra/newview/llfloaterflickr.cpp
@@ -231,7 +231,7 @@ void LLFlickrPhotoPanel::onVisibilityChange(const LLSD& new_visibility)
previewp->setContainer(this);
previewp->setSnapshotType(previewp->SNAPSHOT_WEB);
- previewp->setSnapshotFormat(LLFloaterSnapshot::SNAPSHOT_FORMAT_JPEG);
+ previewp->setSnapshotFormat(LLFloaterSnapshot::SNAPSHOT_FORMAT_PNG);
previewp->setThumbnailSubsampled(TRUE); // We want the preview to reflect the *saved* image
previewp->setAllowRenderUI(FALSE); // We do not want the rendered UI in our snapshots
previewp->setAllowFullScreenPreview(FALSE); // No full screen preview in SL Share mode