From 24463897d53e1e24414e3ea5c68badf93fcd3903 Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Sat, 24 Jul 1999 06:10:59 +0000 Subject: [PATCH 1/1] Blargh, every time someone adds an assert or fail thing, I have to add _T() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/event.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.45.2