diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-16 22:47:10 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-16 22:47:10 +0300 |
commit | 53ff16b147c30de05cd21e3f97b0ae0106dd9566 (patch) | |
tree | 9afbb24421d8282dee04878ef0476547dc4d4f1c /plugins/Scriver/src | |
parent | 472296cacaa7f230f6d99c7d1b6e44003de749af (diff) |
the whole idea of customizable colors in chat considered totally useless
Diffstat (limited to 'plugins/Scriver/src')
-rw-r--r-- | plugins/Scriver/src/chat_window.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Scriver/src/chat_window.cpp b/plugins/Scriver/src/chat_window.cpp index 87e7c52d51..4f0c190a0c 100644 --- a/plugins/Scriver/src/chat_window.cpp +++ b/plugins/Scriver/src/chat_window.cpp @@ -327,7 +327,7 @@ void CChatRoomDlg::onClick_Ok(CCtrlButton *pButton) cmdList = tcmdlist_append(cmdList, pszRtf, 20, FALSE);
CMStringW ptszText(ptrW(mir_utf8decodeW(pszRtf)));
- pci->DoRtfToTags(ptszText, mi->nColorCount, mi->crColors);
+ pci->DoRtfToTags(ptszText, 0, nullptr);
ptszText.Trim();
ptszText.Replace(L"%", L"%%");
|