#include <stdio.h>
#include "wx/utils.h"
#include "wx/dialog.h"
- #include "wx/cmndata.h"
#endif
#include "wx/os2/private.h"
long style, const wxPoint& pos)
{
m_message = message;
- m_dialogStyle = style;
+ m_windowStyle = style;
m_parent = parent;
m_path = defaultPath;
}