From 8923cccda473731f63c16482e82f465c7d5a0bd5 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 4 Jul 2010 08:33:16 +0000 Subject: [PATCH] Translate text 'Property Error' git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/propgrid/propgrid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index 1d5f4bf61c..d27df9c92d 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -3160,7 +3160,7 @@ void wxPropertyGrid::DoShowPropertyError( wxPGProperty* WXUNUSED(property), cons } #endif - ::wxMessageBox(msg, wxT("Property Error")); + ::wxMessageBox(msg, _("Property Error")); } // -----------------------------------------------------------------------