git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55583
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if ( argFlags & wxPG_UNEDITABLE_COMPOSITE_FRAGMENT )
return wxEmptyString;
if ( argFlags & wxPG_UNEDITABLE_COMPOSITE_FRAGMENT )
return wxEmptyString;
if ( wxPGGlobalVars->m_autoGetTranslation )
notFmt = _("Not %s");
else
if ( wxPGGlobalVars->m_autoGetTranslation )
notFmt = _("Not %s");
else
- notFmt = wxT("Not %s");
+ notFmt = wxS("Not %s");
- return wxString::Format(notFmt,m_label.c_str());
+ return wxString::Format(notFmt.c_str(), m_label.c_str());