diff options
author | George Hazan <ghazan@miranda.im> | 2017-04-05 21:16:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-04-05 21:16:29 +0300 |
commit | e78c4a1a2cbb082374cf01275b3237459accbda6 (patch) | |
tree | b8c1ef17602c327f0eb67c27776f87b7a0518d97 /src | |
parent | d2e4278bdb83a3cb11f0af0f974216f6850cc720 (diff) |
code cleaning
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_core/src/CCtrlRichEdit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_core/src/CCtrlRichEdit.cpp b/src/mir_core/src/CCtrlRichEdit.cpp index 136bbf116a..cc87958e66 100644 --- a/src/mir_core/src/CCtrlRichEdit.cpp +++ b/src/mir_core/src/CCtrlRichEdit.cpp @@ -33,7 +33,7 @@ int CCtrlRichEdit::GetRichTextLength(int iCodePage) const { GETTEXTLENGTHEX gtl; gtl.codepage = iCodePage; - gtl.flags = GTL_PRECISE | GTL_USECRLF; + gtl.flags = GTL_PRECISE; if (iCodePage == CP_ACP) gtl.flags |= GTL_NUMBYTES; else |