X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/82bf96f54849a84b449d1b9f0fcff8f28649b07e..be13a2677509304e1ccebbc678da8633028ecd14:/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