From: Vadim Zeitlin Date: Fri, 30 Mar 2007 20:54:46 +0000 (+0000) Subject: reverted part of patch 1610494 (rev 1.35) which broke handling of ends of lines X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9f6986b3e218ffd6689fd33c9f9403e128e1de63 reverted part of patch 1610494 (rev 1.35) which broke handling of ends of lines git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/tex2rtf/src/htmlutil.cpp b/utils/tex2rtf/src/htmlutil.cpp index 03e7ce595b..553a563c87 100644 --- a/utils/tex2rtf/src/htmlutil.cpp +++ b/utils/tex2rtf/src/htmlutil.cpp @@ -260,9 +260,6 @@ struct textreplace static textreplace notverb_array[] = { - tr(_T("\r\n\r\n"), _T("

\n\n")), // unix - tr(_T("\n\n"), _T("

\n\n")), // dos - tr(_T("\r\r"), _T("

\n\n")), // mac tr(_T("``"), _T("“")), tr(_T("''"), _T("”")), tr(_T("`"), _T("‘")),