From a02f00c8a23188127850afb6e4042d52d5610a59 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 28 Mar 2022 11:07:17 +0300 Subject: fixes #3062 (tabSRMM: hotkey "Send Message" does not work) --- plugins/TabSRMM/src/chat_options.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM') diff --git a/plugins/TabSRMM/src/chat_options.cpp b/plugins/TabSRMM/src/chat_options.cpp index d7ff19bb19..5829a29ef3 100644 --- a/plugins/TabSRMM/src/chat_options.cpp +++ b/plugins/TabSRMM/src/chat_options.cpp @@ -36,11 +36,11 @@ struct FontOptionsList wchar_t *szDescr; COLORREF defColour; wchar_t *szDefFace; - uint8_t defCharset, defStyle; + uint8_t defCharset, defStyle; char defSize; COLORREF colour; wchar_t szFace[LF_FACESIZE]; - uint8_t charset, style; + uint8_t charset, style; char size; }; -- cgit v1.2.3