add _T() to fix compilation after the last change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58761 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -102,8 +102,8 @@ wxString wxAboutDialogInfo::GetCopyrightToDisplay() const
|
||||
|
||||
#if wxUSE_UNICODE
|
||||
const wxString copyrightSign = wxString::FromUTF8("\xc2\xa9");
|
||||
ret.Replace("(c)", copyrightSign);
|
||||
ret.Replace("(C)", copyrightSign);
|
||||
ret.Replace(_T("(c)"), copyrightSign);
|
||||
ret.Replace(_T("(C)"), copyrightSign);
|
||||
#endif // wxUSE_UNICODE
|
||||
|
||||
return ret;
|
||||
|
Reference in New Issue
Block a user