Fix wording of wxWebRequestEvent::GetResponseFileName() docs

Also document that the returned string is the full path and not just the
name of the file.
This commit is contained in:
Vadim Zeitlin
2021-01-11 02:54:48 +01:00
parent 451b97170b
commit 054892f250

View File

@@ -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