]> git.saurik.com Git - wxWidgets.git/commit
Translate wxTextDataObject to/from native EOL format.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2012 22:08:50 +0000 (22:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 29 Jul 2012 22:08:50 +0000 (22:08 +0000)
commit229f00eb69472782a51a862b5f7e0ad059d906f7
tree9e7cde031b08f3c47adef1a7cbc3a38c78384d0b
parent46a0544e6f59453ad9da19dfbb833e96a0a04bf2
Translate wxTextDataObject to/from native EOL format.

The text data should use CR LF EOLs under Windows but the data inside the
program typically has only LF EOLs, so translate between them automatically in
wxTextDataObject.

Closes #14444.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/dobjcmn.cpp