X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bdcade0a101893a5030ac2e91dabc79e1388b0a3..7a5e53abb3f9ea13eba2880972306446e4e21e83:/src/common/http.cpp diff --git a/src/common/http.cpp b/src/common/http.cpp index 8e620d15d9..d5fa45d6bd 100644 --- a/src/common/http.cpp +++ b/src/common/http.cpp @@ -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);