]> git.saurik.com Git - wxWidgets.git/commitdiff
Translate text 'Property Error'
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 4 Jul 2010 08:33:16 +0000 (08:33 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 4 Jul 2010 08:33:16 +0000 (08:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/propgrid/propgrid.cpp

index 1d5f4bf61c3c74c8ce0d28096f224bfcdaf55ca6..d27df9c92d716f921bf165e537b63d9f850b88e2 100644 (file)
@@ -3160,7 +3160,7 @@ void wxPropertyGrid::DoShowPropertyError( wxPGProperty* WXUNUSED(property), cons
     }
 #endif
 
-    ::wxMessageBox(msg, wxT("Property Error"));
+    ::wxMessageBox(msg, _("Property Error"));
 }
 
 // -----------------------------------------------------------------------