From: Julian Smart Date: Fri, 8 Sep 2000 15:56:54 +0000 (+0000) Subject: Removed spurious _ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9b8f6fa21759d3e80b0fd0e839f3e86134f72891 Removed spurious _ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/motif/window.cpp b/src/motif/window.cpp index 80302f08d7..456b75c715 100644 --- a/src/motif/window.cpp +++ b/src/motif/window.cpp @@ -2984,7 +2984,7 @@ void wxWindow::ChangeFont(bool keepOriginalSize) wxWindow *wxGetActiveWindow() { // TODO - wxFAIL_MSG(_("Not implemented")); + wxFAIL_MSG("Not implemented"); return NULL; }