Removed spurious _

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2000-09-08 15:56:54 +00:00
parent 2189c64415
commit 9b8f6fa217

View File

@ -2984,7 +2984,7 @@ void wxWindow::ChangeFont(bool keepOriginalSize)
wxWindow *wxGetActiveWindow()
{
// TODO
wxFAIL_MSG(_("Not implemented"));
wxFAIL_MSG("Not implemented");
return NULL;
}