From 2dda3af35cf70b8ed614f88455a30090e5befc2f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 21 Mar 2017 22:11:50 +0300 Subject: - fix for button codes in tabSRMM; - CSrmmBaseDialog::ProcessHotkeys to receives control keys statuses as well --- include/m_chat_int.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/m_chat_int.h') diff --git a/include/m_chat_int.h b/include/m_chat_int.h index e787173971..203c6b343b 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -402,7 +402,7 @@ protected: virtual INT_PTR DlgProc(UINT msg, WPARAM wParam, LPARAM lParam) override; void DoEventHook(int iType, const USERINFO *pUser, const wchar_t *pszText, INT_PTR dwItem); - bool ProcessHotkeys(int key); + bool ProcessHotkeys(int key, bool bShift, bool bCtrl, bool bAlt); void RefreshButtonStatus(void); protected: -- cgit v1.2.3