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:
@@ -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
|
||||
|
Reference in New Issue
Block a user