X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb80bb5b30d7b16f39e6c1c63637f98fdf4ff63a..4b1f929cc3421e43409f7d62260bf9ba0ffc75ab:/src/common/url.cpp?ds=sidebyside diff --git a/src/common/url.cpp b/src/common/url.cpp index 8ae14ec4e9..e64d31c381 100644 --- a/src/common/url.cpp +++ b/src/common/url.cpp @@ -6,7 +6,7 @@ // Created: 20/07/1997 // RCS-ID: $Id$ // Copyright: (c) 1997, 1998 Guilhem Lavaux -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ @@ -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 ) {