Removed strange _T()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
04d93c3a59
commit
811ad6a199
@ -502,7 +502,7 @@ void MyFrame::FileOpen2(wxCommandEvent& WXUNUSED(event) )
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user