diff options
author | George Hazan <ghazan@miranda.im> | 2017-12-26 15:57:50 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-12-26 15:57:50 +0300 |
commit | 4ac8a5589cd54abe47f1c80c67b2a8265764528a (patch) | |
tree | f19de1b727375840a8aca83fcd84046699ba1f99 /plugins/TabSRMM/src/msgs.h | |
parent | 1b2a01f70d70425f84d5009fabc33e5142f2cf73 (diff) |
TabSRMM:
- custom color chooser removed;
- unused menu items removed;
- version bump
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index f3664676a3..10b69baf5e 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -445,9 +445,9 @@ public: void UpdateReadChars() const;
void UpdateSaveAndSendButton();
- int MsgWindowDrawHandler(WPARAM wParam, LPARAM lParam);
- int MsgWindowUpdateMenu(HMENU submenu, int menuID);
+ int MsgWindowDrawHandler(DRAWITEMSTRUCT *dis);
int MsgWindowMenuHandler(int selection, int menuId);
+ int MsgWindowUpdateMenu(HMENU submenu, int menuID);
void RenderToolbarBG(HDC hdc, const RECT &rcWindow) const;
void UpdateToolbarBG();
@@ -490,7 +490,6 @@ public: void onClick_Ok(CCtrlButton*);
void onClick_Add(CCtrlButton*);
- void onClick_Color(CCtrlButton*);
void onClick_Quote(CCtrlButton*);
void onClick_CancelAdd(CCtrlButton*);
|