diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-28 13:49:03 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-28 13:49:03 -0700 |
commit | efbe197028473a39ea3aab16829462d585d44fb2 (patch) | |
tree | 7ae457b9d02f935732100b3bf53e96706c1085f0 /indra/newview/llfloatersocial.cpp | |
parent | db5aba55b1d51f083dd61781c32c57c0b986909a (diff) | |
parent | 89ae19e57edc9abfd300b17caf2719d7794dabf9 (diff) |
merge
Diffstat (limited to 'indra/newview/llfloatersocial.cpp')
-rw-r--r-- | indra/newview/llfloatersocial.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersocial.cpp b/indra/newview/llfloatersocial.cpp index dfc9024d54..d6c00b7c86 100644 --- a/indra/newview/llfloatersocial.cpp +++ b/indra/newview/llfloatersocial.cpp @@ -128,7 +128,7 @@ mCaptionTextBox(NULL), mLocationCheckbox(NULL), mPostButton(NULL) { - mCommitCallbackRegistrar.add("PostToFacebook.Send", boost::bind(&LLSocialPhotoPanel::onSend, this)); + mCommitCallbackRegistrar.add("SocialSharing.SendPhoto", boost::bind(&LLSocialPhotoPanel::onSend, this)); } LLSocialPhotoPanel::~LLSocialPhotoPanel() |