Fix documentation of wxFile::Write() default conversion value
It's wxConvAuto, not wxConvUTF8. Closes #18672.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user