'&' are removed from checkbox labels (all controls should call
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Aug 1998 21:05:06 +0000 (21:05 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Aug 1998 21:05:06 +0000 (21:05 +0000)
commit1280032d6cb73a9c48fad0ecc23fbba92134fb42
tree71434a30b9b1e2619c53e826d95c0e6fb6ccfee9
parent8f5f7c82d1ffa5124c55925062b4b350f07640d0
'&' are removed from checkbox labels (all controls should call
wxControl::SetLabel and use m_label which contains the label without '&')

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