The null byte at the end of the string should not be included in the
authorRobin Dunn <robin@alldunn.com>
Sat, 25 Mar 2006 00:06:25 +0000 (00:06 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 25 Mar 2006 00:06:25 +0000 (00:06 +0000)
commit2c906a490735b158266030c0531ab779257d0aff
tree4fc35e370d67c78fd98d7b089c586f1a249a0e5b
parent894b93d3ba342a8268be69376c5e30a774bff104
The null byte at the end of the string should not be included in the
size of a text data object in the clipboard, otherwise we have to
subtract it when the data is requested and that results in truncating
one byte for other data formats.

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