X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/31528cd3cac75558beef4bce0ba21fd182a808ab..bf3e0fbd1ff071caa5d929f01ad6ef9a64ee6494:/include/wx/event.h diff --git a/include/wx/event.h b/include/wx/event.h index 68900f4323..1eaf95d7f5 100644 --- a/include/wx/event.h +++ b/include/wx/event.h @@ -1307,7 +1307,7 @@ public: virtual void OnCommand(wxWindow& WXUNUSED(win), wxCommandEvent& WXUNUSED(event)) { - wxFAIL_MSG("shouldn't be called any more"); + wxFAIL_MSG(_T("shouldn't be called any more")); } // Called if child control has no callback function