Fix documentation of wxFile::Write() default conversion value

It's wxConvAuto, not wxConvUTF8.

Closes #18672.
This commit is contained in:
Dummy
2020-02-21 14:30:43 +01:00
committed by Vadim Zeitlin
parent 05d19797a5
commit 8c574e5c2b

View File

@@ -450,7 +450,7 @@ public:
to write data with embedded @c NULs to the file you should use the other
Write() overload.
*/
bool Write(const wxString& s, const wxMBConv& conv = wxConvUTF8);
bool Write(const wxString& s, const wxMBConv& conv = wxConvAuto());
/**
Returns the file descriptor associated with the file.