in synch...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3913
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/font.h" // so we can't do without them
#include "wx/colour.h"
#include "wx/region.h"
+#include "wx/utils.h"
#if wxUSE_VALIDATORS
#include "wx/validate.h" // defines wxDefaultValidator
m_paths.Clear();
m_names.Clear();
+#ifdef __WXMSW__
+ search = data->m_path + "\\*.*";
+#else
search = data->m_path + "/*";
+#endif
for (path = wxFindFirstFile( search, wxDIR ); !path.IsNull();
path=wxFindNextFile() )
{