- virtual bool CreateDialog(const wxString &message, const wxString &wildcard)
- {
- m_dialog = new wxFileDialog(GetDialogParent(), message,
- wxEmptyString, wxEmptyString,
- wildcard, GetDialogStyle());
-
- // this sets both the default folder and the default file of the dialog
- GetDialog()->SetPath(m_path);
-
- return true;
- }