diff options
author | George Hazan <ghazan@miranda.im> | 2022-03-28 11:07:17 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-03-28 11:07:17 +0300 |
commit | a02f00c8a23188127850afb6e4042d52d5610a59 (patch) | |
tree | 6e92ff2356714db2cf332979186326e0f9889b38 /plugins/TabSRMM | |
parent | 42c98b0aec627beb51d50942ef1d1720b3860e8e (diff) |
fixes #3062 (tabSRMM: hotkey "Send Message" does not work)
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/chat_options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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;
};
|