Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Fixed replacement of \\n with \n
authorSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 23 Mar 2016 21:57:02 +0000 (21:57 +0000)
committerSteve Brokenshire <sbrokenshire@xestia.co.uk>
Wed, 23 Mar 2016 21:57:02 +0000 (21:57 +0000)
source/common/textprocessing.cpp

index e2f0428..9d6c8ff 100644 (file)
@@ -96,7 +96,7 @@ void ResetUnusedString(wxString *ProcessString)
        // Reset an unused string.
 
        ProcessString->Replace(wxT("\\\\"), wxT("\\"), TRUE);
-       ProcessString->Replace(wxT("\n"), wxT(""), TRUE);
+       ProcessString->Replace(wxT("\\n"), wxT("\n"), TRUE);
        ProcessString->Replace(wxT("\\;"), wxT(";"), TRUE);
        ProcessString->Replace(wxT("\\,"), wxT(","), TRUE);
 
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy