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
This commit is contained in:
Ove Kaaven
1999-07-24 06:10:59 +00:00
parent f98e25588d
commit 24463897d5

View File

@@ -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