From 6ca3a322567d2cd57dcbb50b7a736938dfba4320 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Mon, 14 Mar 2005 19:52:52 +0000 Subject: [PATCH] Unicode fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- tests/uris/uris.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/uris/uris.cpp b/tests/uris/uris.cpp index 016c6fc024..3152be43aa 100644 --- a/tests/uris/uris.cpp +++ b/tests/uris/uris.cpp @@ -320,8 +320,8 @@ void URITestCase::URLCompat() 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 -- 2.50.0