]> git.saurik.com Git - wxWidgets.git/commitdiff
Unicode fix after last commit
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 10 Mar 2005 19:19:09 +0000 (19:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 10 Mar 2005 19:19:09 +0000 (19:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/url.cpp

index 4da85116586321c0e206c6deb17f0ed757f6cb96..dfd818b17602e88edfa6e0b990c0cb963e204292 100644 (file)
@@ -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;
     }