diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-08 15:26:45 -0700 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-08 15:26:45 -0700 |
commit | 2d65482d7152b613409a071e0a117d38f350932a (patch) | |
tree | 08a994e835f3e1ec07dc6c2861a54bd953347ff3 /indra/newview/llpersontabview.h | |
parent | 7d6e3945204c05efe85eadf8a6635d0ca30e9186 (diff) |
ACME-342 Format the PersonView so that it shows the avatar icon, SL name, FB icon, and FB name: Adjusted personview/personmodel contain a suffix which is the FB username for SL+FB users
Diffstat (limited to 'indra/newview/llpersontabview.h')
-rw-r--r-- | indra/newview/llpersontabview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpersontabview.h b/indra/newview/llpersontabview.h index 9839a1eaaf..6f244c2794 100644 --- a/indra/newview/llpersontabview.h +++ b/indra/newview/llpersontabview.h @@ -104,6 +104,7 @@ protected: void draw(); void drawHighlight(); + void drawLabel(const std::string text, const LLFontGL * font, const F32 x, const F32 y, const LLColor4& color, F32 &right_x); private: |