diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-02-03 22:42:10 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-02-03 22:42:10 +0200 |
commit | e5bd3b8a4846ee21cfaf726cfbf3e943b277e7c1 (patch) | |
tree | 3718c3a04b67070468f85f10af522863334b15a9 /indra/newview/llpanelavatar.h | |
parent | b52d2a2f1b0406becb80862686be7b6f2444006d (diff) |
Fixed bug EXT-2915 ([BSI] Pay Button is hard to find on small resolutions).
Added a "Block/Unblock" item to the profile view panel overflow menu to make the menu more visible.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelavatar.h')
-rw-r--r-- | indra/newview/llpanelavatar.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/newview/llpanelavatar.h b/indra/newview/llpanelavatar.h index ce59f1e93d..632590aa27 100644 --- a/indra/newview/llpanelavatar.h +++ b/indra/newview/llpanelavatar.h @@ -192,12 +192,18 @@ protected: */ void share(); + /** + * Add/remove resident to/from your block list. + */ + void toggleBlock(); + void kick(); void freeze(); void unfreeze(); void csr(); - + bool checkOverflowMenuItem(const LLSD& param); + bool enableOverflowMenuItem(const LLSD& param); bool enableGod(); |