wxT(), not _()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -844,7 +844,7 @@ int wxFTP::GetFileSize(const wxString& fileName)
|
||||
{
|
||||
|
||||
if ( wxSscanf(fileList[i].c_str(),
|
||||
_("%*s %*s %*s %*s %i %*s %*s %*s %*s"),
|
||||
_T("%*s %*s %*s %*s %i %*s %*s %*s %*s"),
|
||||
&filesize) == 9 )
|
||||
{
|
||||
// We've gotten a good response
|
||||
|
Reference in New Issue
Block a user