]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/event.h
preparing for HTML printing
[wxWidgets.git] / include / wx / event.h
index 77dc0db3ad727fcdf6f9bb409013895a7307b98c..3ba1b9258a5e39e3c886b33c9eb6c4ac807ce88c 100644 (file)
@@ -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