diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-18 19:39:31 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-18 19:39:31 +0300 |
commit | 760347687945fcd50e46ebcefc666359258f8579 (patch) | |
tree | 449292b8d656bf0c51efbcebf19a74fde9d2b1ec /plugins/TabSRMM/src/msgdlgother.cpp | |
parent | 48e0d2824f79489e28b027d3e7affcc218817bba (diff) |
m_ieview.h: code cleaning
Diffstat (limited to 'plugins/TabSRMM/src/msgdlgother.cpp')
-rw-r--r-- | plugins/TabSRMM/src/msgdlgother.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msgdlgother.cpp b/plugins/TabSRMM/src/msgdlgother.cpp index e53df65031..f2a45e76d1 100644 --- a/plugins/TabSRMM/src/msgdlgother.cpp +++ b/plugins/TabSRMM/src/msgdlgother.cpp @@ -1870,8 +1870,7 @@ void CMsgDialog::tabClearLog() } else { if (m_hwndIEView || m_hwndHPP) { - IEVIEWEVENT event; - event.cbSize = sizeof(IEVIEWEVENT); + IEVIEWEVENT event = {}; event.iType = IEE_CLEAR_LOG; event.dwFlags = (m_dwFlags & MWF_LOG_RTL) ? IEEF_RTL : 0; event.hContact = m_hContact; |