diff options
author | Vadim ProductEngine <vsavchuk@productengine.com> | 2012-04-14 21:04:37 +0300 |
---|---|---|
committer | Vadim ProductEngine <vsavchuk@productengine.com> | 2012-04-14 21:04:37 +0300 |
commit | 590890173216570ca834ba1ead66db1a25952247 (patch) | |
tree | dc1dcffffa5eff9faf518194af993a7055428c09 /indra/newview/llpanelpeople.h | |
parent | 2412401e4c705c7073be845bba74353d446bd017 (diff) |
CHUI-78 WIP Made the gear buttons spawn the avatar list context menu.
Diffstat (limited to 'indra/newview/llpanelpeople.h')
-rw-r--r-- | indra/newview/llpanelpeople.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelpeople.h b/indra/newview/llpanelpeople.h index c99bc532ab..da27f83074 100644 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -90,6 +90,7 @@ private: void onAddFriendWizButtonClicked(); void onDeleteFriendButtonClicked(); void onChatButtonClicked(); + void onGearButtonClicked(LLUICtrl* btn); void onImButtonClicked(); void onMoreButtonClicked(); void onAvatarListDoubleClicked(LLUICtrl* ctrl); |