diff options
author | George Hazan <george.hazan@gmail.com> | 2014-01-19 16:56:09 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-01-19 16:56:09 +0000 |
commit | e129bab57fb1b3eb8d6adb9c87c490c04cc51adb (patch) | |
tree | 49b82c5f09769fcb0e01d1f2392bfc356c639587 /include | |
parent | a6e575cd6bcef8a7ceafc2bd4cc70d1fd8bd9775 (diff) |
fix for log icons size
git-svn-id: http://svn.miranda-ng.org/main/trunk@7764 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/m_chat_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index 4b8c95acfb..c61ae4ee0c 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -256,6 +256,7 @@ struct GlobalLogSettingsBase DWORD dwIconFlags;
DWORD dwTrayIconFlags;
DWORD dwPopupFlags;
+ int LogIconSize;
int LogTextIndent;
int LoggingLimit;
int iEventLimit;
|