]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/textfile.cpp
adding common search field file
[wxWidgets.git] / src / common / textfile.cpp
index f61220dc06687137e372a0fca5198e85986c31b4..1d033f87db1f4f4a99c49d203601b93f396ab50d 100644 (file)
@@ -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