Removed redundant project file

Updated release scripts
Reduced widgets sample size
Put back some conditional compilation for dir ctrl style


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-04-09 14:40:22 +00:00
parent 3538f4df99
commit 171fe25be9
5 changed files with 12 additions and 168 deletions

View File

@@ -504,8 +504,10 @@ bool wxGenericDirCtrl::Create(wxWindow *parent,
long treeStyle = wxTR_HAS_BUTTONS;
#ifdef __WXMSW__
if (style & wxDIRCTRL_EDITABLE)
treeStyle |= wxTR_EDIT_LABELS;
#endif
#ifndef __WXMSW__
// FIXME, doesn't work for some reason