- wxDialog(parent, ID_DIRCTRL, title, pos, sz, style, name)
+ wxDirDialogBase(parent, title, defaultPath, style, pos, sz, name)
+{
+ Create(parent, title, defaultPath, style, pos, sz, name);
+}
+
+bool wxGenericDirDialog::Create(wxWindow* WXUNUSED(parent),
+ const wxString& WXUNUSED(title),
+ const wxString& defaultPath, long style,
+ const wxPoint& WXUNUSED(pos),
+ const wxSize& WXUNUSED(sz),
+ const wxString& WXUNUSED(name))