X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54a9471afb63d1c1caee36bc58e45f79f12e9f68..3569e0d042fa09417c2777b3da833a1df5096e06:/include/wx/event.h diff --git a/include/wx/event.h b/include/wx/event.h index de71cd631d..0a757f6a2f 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -1069,7 +1069,7 @@ public: wxPropagateOnce(wxEvent& event) : m_event(event) { wxASSERT_MSG( m_event.m_propagationLevel > 0, - _T("shouldn't be used unless ShouldPropagate()!") ); + wxT("shouldn't be used unless ShouldPropagate()!") ); m_event.m_propagationLevel--; } @@ -1917,7 +1917,7 @@ public: // m_loggingOff flag is only used by wxEVT_[QUERY_]END_SESSION, it // doesn't make sense for wxEVT_CLOSE_WINDOW wxASSERT_MSG( m_eventType != wxEVT_CLOSE_WINDOW, - _T("this flag is for end session events only") ); + wxT("this flag is for end session events only") ); return m_loggingOff; }