From: Václav Slavík Date: Tue, 10 Apr 2007 14:55:02 +0000 (+0000) Subject: fixed typo: _T(), not _() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e7b54c0721250e78d3347de37b31c0982c47f67e?ds=sidebyside fixed typo: _T(), not _() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/tests/filename/filenametest.cpp b/tests/filename/filenametest.cpp index 9e27a359a0..cc9cc32902 100644 --- a/tests/filename/filenametest.cpp +++ b/tests/filename/filenametest.cpp @@ -50,9 +50,9 @@ static struct FileNameInfo } filenames[] = { // the empty string - { _T(""), _(""), _(""), _(""), _(""), false, wxPATH_UNIX }, - { _T(""), _(""), _(""), _(""), _(""), false, wxPATH_DOS }, - { _T(""), _(""), _(""), _(""), _(""), false, wxPATH_VMS }, + { _T(""), _T(""), _T(""), _T(""), _T(""), false, wxPATH_UNIX }, + { _T(""), _T(""), _T(""), _T(""), _T(""), false, wxPATH_DOS }, + { _T(""), _T(""), _T(""), _T(""), _T(""), false, wxPATH_VMS }, // Unix file names { _T("/usr/bin/ls"), _T(""), _T("/usr/bin"), _T("ls"), _T(""), true, wxPATH_UNIX },