diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-21 12:45:20 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-06-21 12:45:20 -0700 |
commit | ba8bced90b0a3e5126e3274ac4d8a9f611a9ded8 (patch) | |
tree | d6407ad579d510e8f5f1159dd4628361eb986e1e /indra/newview/skins | |
parent | 824a5c65f57ae0fa2cce99ade156341fcf8daf5a (diff) |
ACME-588 Make 'Post' button post to facebook: Intial commit is just adding callback for clicking the post button
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_social.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_social.xml b/indra/newview/skins/default/xui/en/floater_social.xml index d446e0c0f6..8141961273 100644 --- a/indra/newview/skins/default/xui/en/floater_social.xml +++ b/indra/newview/skins/default/xui/en/floater_social.xml @@ -31,6 +31,7 @@ help_topic="social_status_tab" name="status_panel"/> <panel + class="llsocialphotopanel" follows="all" height="430" background_visible="true" @@ -38,7 +39,7 @@ bg_opaque_color="DkGray" label="PHOTO" help_topic="social_photo_tab" - name="photo_panel"> + name="social_photo_tab"> <layout_stack border_size="0" height="422" |