Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog (currently,
authorJulian Smart <julian@anthemion.co.uk>
Wed, 10 Apr 2002 09:35:36 +0000 (09:35 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 10 Apr 2002 09:35:36 +0000 (09:35 +0000)
commitdabd1377ce769598bda630dfad548be055e2a89b
treed79dd026b47e9f0c9618196ea3a196f03e2b31f1
parent2240c9edce3433f56a524ec273e3406f065def15
Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog (currently,
works for the generic implementation only).
Renamed wxDIRCTRL_EDITABLE to wxDIRCTRL_EDIT_LABELS.
Removed reported memory leaks from dynload.cpp using wxModule --
this may cause problems if other modules want to use wxPluginLibrary.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15074 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/dirctrl.tex
docs/latex/wx/dirdlg.tex
include/wx/defs.h
include/wx/dirdlg.h
include/wx/dynload.h
include/wx/generic/dirctrlg.h
include/wx/generic/dirdlgg.h
src/common/dynload.cpp
src/generic/dirctrlg.cpp
src/generic/dirdlgg.cpp