diff options
Diffstat (limited to 'plugins/IEView/src/ieview_logger.cpp')
-rw-r--r-- | plugins/IEView/src/ieview_logger.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/IEView/src/ieview_logger.cpp b/plugins/IEView/src/ieview_logger.cpp index baecdf63b7..13f781cd74 100644 --- a/plugins/IEView/src/ieview_logger.cpp +++ b/plugins/IEView/src/ieview_logger.cpp @@ -69,6 +69,7 @@ public: IEVIEWEVENT event = {}; event.iType = IEE_CLEAR_LOG; event.hwnd = m_hwnd; + event.hContact = m_pDlg.m_hContact; HandleIEEvent(0, LPARAM(&event)); } |