undid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Aug 2006 11:10:53 +0000 (11:10 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Aug 2006 11:10:53 +0000 (11:10 +0000)
commit55b43eaa025408453e90a6c01f64215a9203da9a
treeccde1bf06300b39e73cefdcc25a62d234b5f435a
parent01fdd9550788a3331bf7600b68360a8cd6cbc8da
undid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it seems that this is not the correct way to do this

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
12 files changed:
docs/changes.txt
docs/latex/wx/combobox.tex
docs/latex/wx/text.tex
include/wx/defs.h
include/wx/pickerbase.h
include/wx/textctrl.h
samples/widgets/combobox.cpp
samples/widgets/textctrl.cpp
src/common/filepickercmn.cpp
src/common/pickerbase.cpp
src/xrc/xh_combo.cpp
src/xrc/xh_text.cpp