diff options
author | George Hazan <ghazan@miranda.im> | 2017-03-22 18:15:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-03-22 18:15:07 +0300 |
commit | 429859059db4093bf95dbe2695e205025dd7b3a7 (patch) | |
tree | 1838e0035c5b0bc943ec01572528b7c3b67489e8 /include/m_chat_int.h | |
parent | f59a84dc9b6e843da1024f108cba16aa9544b10c (diff) |
Channel Manager button went to core
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 5088fc69d5..47200cdc94 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -424,6 +424,7 @@ protected: void onClick_Color(CCtrlButton*);
void onClick_BkColor(CCtrlButton*);
+ void onClick_ChanMgr(CCtrlButton*);
void onClick_History(CCtrlButton*);
public:
|