diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-19 19:55:04 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-12-19 19:55:04 +0200 |
commit | 24b1f278247315efcc317394c200651ea7ab11d2 (patch) | |
tree | d952b604ecbd2cd1e35aa6b6dac3ad63f81a1bf3 /indra/newview/llpanelpeople.h | |
parent | 368c75ccd367320c650dbfdb62fdb3334e888f8a (diff) |
Added "Group Call" verb button to the group list so that you can start a call without opening group chat first (EXT-3596).
--HG--
branch : product-engine
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 f5cdc0935c..0d2bae1baf 100644 --- a/indra/newview/llpanelpeople.h +++ b/indra/newview/llpanelpeople.h @@ -100,6 +100,7 @@ private: void onChatButtonClicked(); void onImButtonClicked(); void onCallButtonClicked(); + void onGroupCallButtonClicked(); void onTeleportButtonClicked(); void onShareButtonClicked(); void onMoreButtonClicked(); |