]> git.saurik.com Git - wxWidgets.git/commitdiff
Unicode fix.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 23 May 2005 16:53:30 +0000 (16:53 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 23 May 2005 16:53:30 +0000 (16:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

tests/filename/filenametest.cpp

index 84380c1b843246fa85b993a23cf7eda3f4487010..27ad3ae8700f531b99bbdca0b995c0787963df6e 100644 (file)
@@ -193,7 +193,7 @@ void FileNameTestCase::TestStrip()
 
 void FileNameTestCase::TestShortLongPath()
 {
-    wxFileName fn("C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe");
+    wxFileName fn(_T("C:\\Program Files\\Windows NT\\Accessories\\wordpad.exe"));
 
     // incredibly enough, GetLongPath() used to return different results during
     // the first and subsequent runs, test for this