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:
parent
451b97170b
commit
054892f250
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue