Don't interpret '&' specially in wxTextWrapper.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Oct 2011 21:56:36 +0000 (21:56 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Oct 2011 21:56:36 +0000 (21:56 +0000)
commit63415ba9f5331b2b96215f8a570e05623ea6ec42
tree021c959c1da265912386b9506a36965821e4d3d5
parent6a68fe84ba063c4ac6dadb422a89b7497e13f36c
Don't interpret '&' specially in wxTextWrapper.

wxTextWrapper is used for the multiline text for which it doesn't make sense
to use mnemonics so don't interpret '&' specially in the text used with it.

Doing this also allows to remove the hack used in wxDialog::CreateTextSizer()
to deal with it that was used so far.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/textwrapper.h
src/common/dlgcmn.cpp