Removed spurious _
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
2189c64415
commit
9b8f6fa217
@ -2984,7 +2984,7 @@ void wxWindow::ChangeFont(bool keepOriginalSize)
|
||||
wxWindow *wxGetActiveWindow()
|
||||
{
|
||||
// TODO
|
||||
wxFAIL_MSG(_("Not implemented"));
|
||||
wxFAIL_MSG("Not implemented");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user