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
This commit is contained in:
Vadim Zeitlin
2007-03-30 20:54:46 +00:00
parent 665e6a8753
commit 9f6986b3e2

View File

@@ -260,9 +260,6 @@ struct textreplace
static textreplace notverb_array[] =
{
tr(_T("\r\n\r\n"), _T("<P>\n\n")), // unix
tr(_T("\n\n"), _T("<P>\n\n")), // dos
tr(_T("\r\r"), _T("<P>\n\n")), // mac
tr(_T("``"), _T("&#8220;")),
tr(_T("''"), _T("&#8221;")),
tr(_T("`"), _T("&#8216;")),