wxT(), not _()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -64,7 +64,7 @@ wxObject *wxDialogXmlHandler::DoCreateResource()
|
|||||||
|
|
||||||
CreateChildren(dlg);
|
CreateChildren(dlg);
|
||||||
|
|
||||||
if (GetBool(_("centered"), FALSE))
|
if (GetBool(wxT("centered"), FALSE))
|
||||||
dlg->Centre();
|
dlg->Centre();
|
||||||
|
|
||||||
return dlg;
|
return dlg;
|
||||||
|
@@ -844,7 +844,7 @@ int wxFTP::GetFileSize(const wxString& fileName)
|
|||||||
{
|
{
|
||||||
|
|
||||||
if ( wxSscanf(fileList[i].c_str(),
|
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 )
|
&filesize) == 9 )
|
||||||
{
|
{
|
||||||
// We've gotten a good response
|
// We've gotten a good response
|
||||||
|
@@ -64,7 +64,7 @@ wxObject *wxDialogXmlHandler::DoCreateResource()
|
|||||||
|
|
||||||
CreateChildren(dlg);
|
CreateChildren(dlg);
|
||||||
|
|
||||||
if (GetBool(_("centered"), FALSE))
|
if (GetBool(wxT("centered"), FALSE))
|
||||||
dlg->Centre();
|
dlg->Centre();
|
||||||
|
|
||||||
return dlg;
|
return dlg;
|
||||||
|
Reference in New Issue
Block a user