git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12581
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
while ( !inStream.Read(buf, WXSIZEOF(buf)).Eof() )
strTmp.append(wxConvertMB2WX(buf), inStream.LastRead());
while ( !inStream.Read(buf, WXSIZEOF(buf)).Eof() )
strTmp.append(wxConvertMB2WX(buf), inStream.LastRead());
- strTmp += wxString(buf, inStream.LastRead());
+ strTmp.append(wxConvertMB2WX(buf), inStream.LastRead());
strTrans = wxTextBuffer::Translate(strTmp);
}
strTrans = wxTextBuffer::Translate(strTmp);
}