#include "wx/dirctrl.h"
#include "wx/generic/dirdlgg.h"
#include "wx/artprov.h"
+#include "wx/menu.h"
// ----------------------------------------------------------------------------
// constants
{
wxBusyCursor cursor;
+ parent = GetParentForModalDialog(parent, style);
+
if (!wxDirDialogBase::Create(parent, title, defaultPath, style, pos, sz, name))
return false;