fix wxTextCtrl::operator<<('\n') in Unicode build (should use char overload, not...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Apr 2008 12:32:32 +0000 (12:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 28 Apr 2008 12:32:32 +0000 (12:32 +0000)
commit9e50ed28d99a07bff5f63c9f7952c3ae6be6cab0
treeb99f96968a0b0e4811855115f5634ed4f1f2963b
parent952ff7bc3ccf0b5dc8622cd3e851c9f85c163736
fix wxTextCtrl::operator<<('\n') in Unicode build (should use char overload, not int); corrected mangled documentation of these operators

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/textctrl.h
interface/textctrl.h
src/common/textcmn.cpp