diff options
author | Cho <cho@lindenlab.com> | 2013-06-06 00:17:33 +0100 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2013-06-06 00:17:33 +0100 |
commit | 58177c83b0a81aae363bccc0e5ac2312b083341d (patch) | |
tree | ccb63c3ec43d260fb7656d031d819181e6928ccb /indra | |
parent | 9232d919c8571743d9f5c899b80e2807f131f4d3 (diff) |
uncommented the placeholder image upload
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llpanelsnapshotfacebook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpanelsnapshotfacebook.cpp b/indra/newview/llpanelsnapshotfacebook.cpp index 9bea5aa796..56b1f921b9 100755 --- a/indra/newview/llpanelsnapshotfacebook.cpp +++ b/indra/newview/llpanelsnapshotfacebook.cpp @@ -103,7 +103,7 @@ void LLPanelSnapshotFacebook::onSend() LLFloaterSnapshot::postSave(); // test with a placeholder image, until we can figure out a way to grab the uploaded image url - //LLFacebookConnect::instance().sharePhoto("http://fc02.deviantart.net/fs43/i/2009/125/a/9/Future_of_Frog_by_axcho.jpg", caption); + LLFacebookConnect::instance().sharePhoto("http://fc02.deviantart.net/fs43/i/2009/125/a/9/Future_of_Frog_by_axcho.jpg", caption); } void LLPanelSnapshotFacebook::onImageUploaded(const std::string& caption, const std::string& image_url) |