]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/filename/filenametest.cpp
made the code a bit more readable by not using _T() around to-be-generated code snippets
[wxWidgets.git] / tests / filename / filenametest.cpp
index 9e27a359a0b960bb3c89e8e60cfc648b8a1af734..cc9cc32902fad5af72fc6d5be99153c210da119c 100644 (file)
@@ -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 },