X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/82bf96f54849a84b449d1b9f0fcff8f28649b07e..d40e9e06bbccc5bc4a73e4138d1f11c50cec7aa9:/src/common/textfile.cpp diff --git a/src/common/textfile.cpp b/src/common/textfile.cpp index f61220dc06..1d033f87db 100644 --- a/src/common/textfile.cpp +++ b/src/common/textfile.cpp @@ -132,7 +132,7 @@ bool wxTextFile::OnRead(const wxMBConv& conv) #if wxUSE_UNICODE if ( bufSize > 4 && str.empty() ) { - wxLogError(_("Failed to convert file contents to Unicode.")); + wxLogError(_("Failed to convert file \"%s\" to Unicode."), GetName()); return false; } #endif // wxUSE_UNICODE