]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/http.cpp
font inheritance fixes (patch 983251)
[wxWidgets.git] / src / common / http.cpp
index 8e620d15d95d917484f05f619b066380fa8392e5..d5fa45d6bd227f2d9baa2d9821d9b8dcdf3d4181 100644 (file)
@@ -227,7 +227,7 @@ bool wxHTTP::BuildRequest(const wxString& path, wxHTTP_Req req)
 
   // If there is no User-Agent defined, define it.
   if (GetHeader(wxT("User-Agent")).IsNull())
-    SetHeader(wxT("User-Agent"), wxT("wxWindows 2.x"));
+    SetHeader(wxT("User-Agent"), wxT("wxWidgets 2.x"));
 
   SaveState();
   SetFlags(wxSOCKET_NONE);