diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-06 17:53:18 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-06 17:53:18 -0700 |
commit | 04587bdb9d5e1653d5b19a6ca51e547180994958 (patch) | |
tree | e4054254fe7e1b6765644124741450a6819ff356 /indra/newview/llpersontabview.h | |
parent | c451672ee7e3bc8229a3e5cba544c93495147024 (diff) |
ACME-340 Get facebook icon from spec and add to viewer: Added a facebook icon and the icon appears only for the 'Invite people you know to SL' tab.
Diffstat (limited to 'indra/newview/llpersontabview.h')
-rw-r--r-- | indra/newview/llpersontabview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpersontabview.h b/indra/newview/llpersontabview.h index 9e5fdc3057..9839a1eaaf 100644 --- a/indra/newview/llpersontabview.h +++ b/indra/newview/llpersontabview.h @@ -77,6 +77,7 @@ public: struct Params : public LLInitParam::Block<Params, LLFolderViewItem::Params> { Params(); + Optional<LLIconCtrl::Params> facebook_icon; Optional<LLAvatarIconCtrl::Params> avatar_icon; Optional<LLTextBox::Params> last_interaction_time_textbox; Optional<LLIconCtrl::Params> permission_edit_theirs_icon; @@ -111,6 +112,7 @@ private: LLPointer<LLUIImage> mImageOver; LLPointer<LLUIImage> mImageSelected; + LLIconCtrl * mFacebookIcon; LLAvatarIconCtrl* mAvatarIcon; LLTextBox * mLastInteractionTimeTextbox; LLIconCtrl * mPermissionEditTheirsIcon; |