Unicode fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
32669a1323
commit
67acaf80e7
@ -423,7 +423,7 @@ bool wxURLModule::OnInit()
|
||||
// down the program startup (especially if there is no DNS server
|
||||
// available, in which case it may take up to 1 minute)
|
||||
|
||||
if ( wxGetenv("HTTP_PROXY") )
|
||||
if ( wxGetenv(_T("HTTP_PROXY")) )
|
||||
{
|
||||
wxURL::ms_useDefaultProxy = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user