From: Jaakko Salli Date: Sun, 4 Jul 2010 08:33:16 +0000 (+0000) Subject: Translate text 'Property Error' X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8923cccda473731f63c16482e82f465c7d5a0bd5?ds=sidebyside Translate text 'Property Error' git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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")); } // -----------------------------------------------------------------------