]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/url.cpp
Add ability to have a wxMenuBar as a common menu
[wxWidgets.git] / src / common / url.cpp
index 8ae14ec4e993c216490258ba92103743408f0a04..e64d31c38159615e8410867ccae50ad8d7515ab0 100644 (file)
@@ -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 )
         {