diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-20 22:10:45 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-20 22:10:45 +0000 |
commit | 78a7d1cf713a7aa4ed541323bf53230d5322ac55 (patch) | |
tree | 882844ab151049e583c6d252a26a65f4e6310ee7 /include | |
parent | 01e4ed1181e3c3c9fce7e5aa5c2f7b7d1d5144c2 (diff) |
- MessageBoxFont setting moved from kernel to StdChat;
- tabSRMM default settings restored
git-svn-id: http://svn.miranda-ng.org/main/trunk@7807 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index f541e47cbe..c9f5949145 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -277,7 +277,6 @@ struct GlobalLogSettingsBase TCHAR* pszLogDir;
HFONT UserListFont;
HFONT UserListHeadingsFont;
- HFONT MessageBoxFont;
HFONT NameFont;
COLORREF crLogBackground;
COLORREF crUserListColor;
|