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:
@@ -502,7 +502,7 @@ void MyFrame::FileOpen2(wxCommandEvent& WXUNUSED(event) )
|
|||||||
void MyFrame::FilesOpen(wxCommandEvent& WXUNUSED(event) )
|
void MyFrame::FilesOpen(wxCommandEvent& WXUNUSED(event) )
|
||||||
{
|
{
|
||||||
wxFileDialog dialog(this, _T("Testing open multiple file dialog"),
|
wxFileDialog dialog(this, _T("Testing open multiple file dialog"),
|
||||||
"_T(", ")", wxFileSelectorDefaultWildcardStr,
|
_T(""), _T(""), wxFileSelectorDefaultWildcardStr,
|
||||||
wxMULTIPLE);
|
wxMULTIPLE);
|
||||||
|
|
||||||
if (dialog.ShowModal() == wxID_OK)
|
if (dialog.ShowModal() == wxID_OK)
|
||||||
|
Reference in New Issue
Block a user