git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16002
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void MyFrame::FilesOpen(wxCommandEvent& WXUNUSED(event) )
{
wxFileDialog dialog(this, _T("Testing open multiple file dialog"),
void MyFrame::FilesOpen(wxCommandEvent& WXUNUSED(event) )
{
wxFileDialog dialog(this, _T("Testing open multiple file dialog"),
- "_T(", ")", wxFileSelectorDefaultWildcardStr,
+ _T(""), _T(""), wxFileSelectorDefaultWildcardStr,
wxMULTIPLE);
if (dialog.ShowModal() == wxID_OK)
wxMULTIPLE);
if (dialog.ShowModal() == wxID_OK)