diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-03 22:59:13 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-03 22:59:13 +0300 |
commit | 5d160367492834e0397808a12b8755ceb8cbed12 (patch) | |
tree | aa858c8d270bc10cd0365fec2813d9b8bc637ae8 /plugins/Scriver/src/chat_log.cpp | |
parent | 6fbc81e2ceefe04b2ac05b2ecadd74ec7575090b (diff) |
CChatRoomDlg globally renamed to CMsgDialog to be conpatible with StdMsg
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 34ca7d665f..5ad2e75b1a 100644 --- a/plugins/Scriver/src/chat_log.cpp +++ b/plugins/Scriver/src/chat_log.cpp @@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define EM_GETSCROLLPOS (WM_USER+221)
#endif
-void CChatRoomDlg::StreamInEvents(LOGINFO* lin, bool bRedraw)
+void CMsgDialog::StreamInEvents(LOGINFO* lin, bool bRedraw)
{
if (m_hwnd == nullptr || lin == nullptr || m_si == nullptr)
return;
|