- wxFileDialog wxrfile(this,_T("Enter Desired WXR file name"));
- wxrfile.SetWildcard(_T("*.wxr"));
- wxrfile.SetStyle(wxOPEN);
- wxrfile.SetFilename(_T("resource.wxr"));
+ wxFileDialog wxrfile(this, _T("Enter Desired WXR file name"),
+ wxEmptyString, _T("resource.wxr"),
+ _T("*.wxr"), wxFD_OPEN);