diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-08-31 12:05:36 +0300 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-08-31 12:05:36 +0300 |
commit | c2bb1a189c5f4c2367ee38e03371b28948e3ea81 (patch) | |
tree | e5f12f2b351d017be6fe557bc7dfb6000802c011 /indra/newview/llimfloatercontainer.h | |
parent | dab6788c42260135d298b619ff92a71838bba2b8 (diff) |
CHUI-154 FIXED (Add link to chat preferences from Conversation floater)
- Added link to chat preferences from Conversation floater
Diffstat (limited to 'indra/newview/llimfloatercontainer.h')
-rw-r--r-- | indra/newview/llimfloatercontainer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llimfloatercontainer.h b/indra/newview/llimfloatercontainer.h index 300a820a26..a72a3e2221 100644 --- a/indra/newview/llimfloatercontainer.h +++ b/indra/newview/llimfloatercontainer.h @@ -103,6 +103,8 @@ private: void onAddButtonClicked(); void onAvatarPicked(const uuid_vec_t& ids); + void onCustomAction (const LLSD& userdata); + LLButton* mExpandCollapseBtn; LLLayoutPanel* mMessagesPane; LLLayoutPanel* mConversationsPane; |