From 054892f2505578d76b9a12e9b75e2c79eb502efb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 11 Jan 2021 02:54:48 +0100 Subject: [PATCH] Fix wording of wxWebRequestEvent::GetResponseFileName() docs Also document that the returned string is the full path and not just the name of the file. --- interface/wx/webrequest.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/webrequest.h b/interface/wx/webrequest.h index 61fe2e6b03..29559b89f6 100644 --- a/interface/wx/webrequest.h +++ b/interface/wx/webrequest.h @@ -673,7 +673,7 @@ public: const wxString& GetErrorDescription() const; /** - Returns a file name to a temporary file containing the response data + Returns the full path of a temporary file containing the response data when the state is @c State_Completed and storage is @Storage_File. The file will be removed after the event handlers are called. You can