git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52320
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
for ( size_t n = 0; n < count; n++ )
{
GetFile(n, &name, &desc);
for ( size_t n = 0; n < count; n++ )
{
GetFile(n, &name, &desc);
- msg += wxString::Format(_("\t%s: %s\n"), name.c_str(), desc.c_str());
+ msg += wxString::Format("\t%s: %s\n", name, desc);
}
msg += _("\nPlease send this report to the program maintainer, thank you!\n");
}
msg += _("\nPlease send this report to the program maintainer, thank you!\n");