diff options
author | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-18 15:09:50 +0200 |
---|---|---|
committer | maxim@mnikolenko <maxim@mnikolenko> | 2012-12-18 15:09:50 +0200 |
commit | 6b165ce2ade6db7d5e6cb23e039e4949dc71e617 (patch) | |
tree | 48aba98f9719c19f7a3a0e2776d2b63339efd359 /indra/newview/llfloaterimsessiontab.h | |
parent | 138d4f5fcd4567c5d77230b6eadc21c246ceed59 (diff) |
CHUI-562 FIXED Gear button is added for p2p torn-off floater.
Diffstat (limited to 'indra/newview/llfloaterimsessiontab.h')
-rw-r--r-- | indra/newview/llfloaterimsessiontab.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llfloaterimsessiontab.h b/indra/newview/llfloaterimsessiontab.h index cd0bcd481c..b05708059a 100644 --- a/indra/newview/llfloaterimsessiontab.h +++ b/indra/newview/llfloaterimsessiontab.h @@ -92,7 +92,8 @@ public: void setSortOrder(const LLConversationSort& order); virtual void onTearOffClicked(); - + void updateGearBtn(); + void initBtns(); virtual void updateMessages() {} LLConversationItem* getCurSelectedViewModelItem(); @@ -157,6 +158,8 @@ protected: LLButton* mExpandCollapseBtn; LLButton* mTearOffBtn; LLButton* mCloseBtn; + LLButton* mGearBtn; + private: // Handling selection and contextual menu |