diff --git a/interface/wx/file.h b/interface/wx/file.h index 4e354185a0..adb0f3086b 100644 --- a/interface/wx/file.h +++ b/interface/wx/file.h @@ -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.