X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/73974df1f951f176f592fd900352c41281eb5df2..db98870d823a8293e1cb91e852d830ba74374c2a:/include/wx/event.h diff --git a/include/wx/event.h b/include/wx/event.h index 77dc0db3ad..3ba1b9258a 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -897,7 +897,7 @@ public: { // GetVeto() will return FALSE anyhow... wxCHECK_RET( m_canVeto, - T("call to Veto() ignored (can't veto this event)") ); + wxT("call to Veto() ignored (can't veto this event)") ); m_veto = veto; } @@ -1319,7 +1319,7 @@ public: virtual void OnCommand(wxWindow& WXUNUSED(win), wxCommandEvent& WXUNUSED(event)) { - wxFAIL_MSG(T("shouldn't be called any more")); + wxFAIL_MSG(wxT("shouldn't be called any more")); } // Called if child control has no callback function