diff options
Diffstat (limited to 'include/m_chat_int.h')
-rw-r--r-- | include/m_chat_int.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/m_chat_int.h b/include/m_chat_int.h index a44aa5245b..e42b3da096 100644 --- a/include/m_chat_int.h +++ b/include/m_chat_int.h @@ -217,9 +217,9 @@ struct GlobalLogSettingsBase bool bShowContactStatus;
bool bContactStatusFirst;
bool bDoubleClick4Privat; // send a private message on dblclick in a nick list
- DWORD dwIconFlags;
- DWORD dwTrayIconFlags;
- DWORD dwPopupFlags;
+ uint32_t dwIconFlags;
+ uint32_t dwTrayIconFlags;
+ uint32_t dwPopupFlags;
int LogIconSize;
int LogTextIndent;
int LoggingLimit;
|