]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/url.cpp
removed extremely user-unfriendly translations
[wxWidgets.git] / src / common / url.cpp
index 8ae14ec4e993c216490258ba92103743408f0a04..16e2689e9a8923eca95a0df60c43d000b0ba27c1 100644 (file)
@@ -65,7 +65,7 @@ wxURL::wxURL(const wxString& url)
 #if wxUSE_SOCKETS
     if ( ms_useDefaultProxy && !ms_proxyDefault )
     {
-        SetDefaultProxy(getenv("HTTP_PROXY"));
+        SetDefaultProxy( wxGetenv(wxT("HTTP_PROXY")) );
 
         if ( !ms_proxyDefault )
         {