diff options
author | George Hazan <ghazan@miranda.im> | 2016-12-08 16:58:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-12-08 16:58:19 +0300 |
commit | 6813bac6fee9b1ca6b80c700db30f54416782282 (patch) | |
tree | 69689ccd63f0402aa318d38054aa5fdc6d933691 /plugins/Scriver/src/chat/log.cpp | |
parent | 83f8ea45f94d1d176c0fb3ca37bbdf8358196908 (diff) |
fix for the control codes in Scriver
Diffstat (limited to 'plugins/Scriver/src/chat/log.cpp')
-rw-r--r-- | plugins/Scriver/src/chat/log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat/log.cpp b/plugins/Scriver/src/chat/log.cpp index eddb393f97..1f0cf0f7f4 100644 --- a/plugins/Scriver/src/chat/log.cpp +++ b/plugins/Scriver/src/chat/log.cpp @@ -61,7 +61,7 @@ void Log_StreamInEvent(HWND hwndDlg, LOGINFO* lin, SESSION_INFO *si, BOOL bRedra BOOL bFlag = FALSE;
- HWND hwndRich = GetDlgItem(hwndDlg, IDC_CHAT_LOG);
+ HWND hwndRich = GetDlgItem(hwndDlg, IDC_LOG);
LOGSTREAMDATA streamData;
memset(&streamData, 0, sizeof(streamData));
|