]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
Implement wxDataViewTreeStore::DeleteAllItems().
[wxWidgets.git] / include / wx / event.h
index de71cd631db2c6e62d9cf07aef2f517f613c5770..0a757f6a2f7768e4514ab99d3a386f836a30fce6 100644 (file)
@@ -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;
     }