]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed spurious _
authorJulian Smart <julian@anthemion.co.uk>
Fri, 8 Sep 2000 15:56:54 +0000 (15:56 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 8 Sep 2000 15:56:54 +0000 (15:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8305 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/window.cpp

index 80302f08d736ac5157241bb41b9ca4972e25dd4d..456b75c71560c12cc2021d57e09277c016dae6be 100644 (file)
@@ -2984,7 +2984,7 @@ void wxWindow::ChangeFont(bool keepOriginalSize)
 wxWindow *wxGetActiveWindow()
 {
     // TODO
-    wxFAIL_MSG(_("Not implemented"));
+    wxFAIL_MSG("Not implemented");
     return NULL;
 }