git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12700
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
CreateChildren(dlg);
- if (GetBool(_("centered"), FALSE))
+ if (GetBool(wxT("centered"), FALSE))
dlg->Centre();
return dlg;
{
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
CreateChildren(dlg);
- if (GetBool(_("centered"), FALSE))
+ if (GetBool(wxT("centered"), FALSE))
dlg->Centre();
return dlg;