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:
@@ -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("“")),
|
||||
tr(_T("''"), _T("”")),
|
||||
tr(_T("`"), _T("‘")),
|
||||
|
Reference in New Issue
Block a user