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

tests/uris/uris.cpp

index 016c6fc024d8bd8218801f3a5798ba5d2a0ab602..3152be43aa744f1a6c2d9bb50d7a2aadae538331 100644 (file)
@@ -320,8 +320,8 @@ void URITestCase::URLCompat()
 
 void URITestCase::URLProxy()
 {
 
 void URITestCase::URLProxy()
 {
-    wxURL url("http://www.asite.com/index.html"); 
-    url.SetProxy("pserv:3122"); 
+    wxURL url(wxT("http://www.asite.com/index.html"));
+    url.SetProxy(wxT("pserv:3122"));
 }
 #endif
 
 }
 #endif