summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8cc5e8c)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43802
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if wxUSE_UNICODE
if ( bufSize > 4 && str.empty() )
{
#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
return false;
}
#endif // wxUSE_UNICODE