#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/dialog.h"
+ #include "wx/cmndata.h"
#endif // WX_PRECOMP
-#include "wx/cmndata.h"
-
#include "wx/mac/private.h"
#ifdef __DARWIN__
{
wxASSERT_MSG( NavServicesAvailable() , wxT("Navigation Services are not running") ) ;
m_message = message;
- m_dialogStyle = style;
+ m_windowStyle = style;
m_parent = parent;
m_path = defaultPath;
}