make various control names constants of type char, not wxChar, as this is more compat...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Nov 2007 21:37:46 +0000 (21:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Nov 2007 21:37:46 +0000 (21:37 +0000)
commitf36e602b3f4cccedfa2d8932c288f3dfed7b549e
treefa47b872ee763cc024caa6a647cd8153de83e3f0
parent5e6f2fe9210327222ff2e244d2722a0d3641109a
make various control names constants of type char, not wxChar, as this is more compatible with the old ANSI build and it doesn't make much sense to use wchar_t for ASCII strings anyhow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
68 files changed:
include/wx/bmpbuttn.h
include/wx/button.h
include/wx/checkbox.h
include/wx/choice.h
include/wx/clrpicker.h
include/wx/combobox.h
include/wx/control.h
include/wx/dialog.h
include/wx/dirdlg.h
include/wx/filedlg.h
include/wx/filepicker.h
include/wx/fontpicker.h
include/wx/frame.h
include/wx/gauge.h
include/wx/gdicmn.h
include/wx/generic/combo.h
include/wx/generic/dirdlgg.h
include/wx/generic/filectrlg.h
include/wx/generic/mdig.h
include/wx/generic/panelg.h
include/wx/generic/textdlgg.h
include/wx/gtk/dialog.h
include/wx/gtk/filectrl.h
include/wx/gtk/tglbtn.h
include/wx/gtk1/button.h
include/wx/gtk1/combobox.h
include/wx/gtk1/dialog.h
include/wx/gtk1/gauge.h
include/wx/gtk1/mdi.h
include/wx/gtk1/tglbtn.h
include/wx/listbox.h
include/wx/listctrl.h
include/wx/msgdlg.h
include/wx/msw/dialog.h
include/wx/msw/gauge95.h
include/wx/msw/mdi.h
include/wx/msw/statbmp.h
include/wx/msw/tabctrl.h
include/wx/msw/tglbtn.h
include/wx/notebook.h
include/wx/os2/tglbtn.h
include/wx/pickerbase.h
include/wx/radiobox.h
include/wx/radiobut.h
include/wx/scrolbar.h
include/wx/slider.h
include/wx/srchctrl.h
include/wx/statbmp.h
include/wx/statbox.h
include/wx/statline.h
include/wx/stattext.h
include/wx/tbarbase.h
include/wx/textctrl.h
include/wx/toplevel.h
include/wx/treebase.h
include/wx/univ/dialog.h
include/wx/univ/tglbtn.h
src/common/choiccmn.cpp
src/common/clrpickercmn.cpp
src/common/ctrlcmn.cpp
src/common/datacmn.cpp
src/common/filepickercmn.cpp
src/common/fontpickercmn.cpp
src/common/gaugecmn.cpp
src/common/listctrlcmn.cpp
src/common/srchcmn.cpp
src/generic/dirctrlg.cpp
src/generic/textdlgg.cpp