X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ec585c30ecbfa114b5392c2982c43eb11bdda636..1a19b3210d97b2c8ad8f3621334cdcd99d5e172a:/src/xrc/xmladv.cpp

diff --git a/src/xrc/xmladv.cpp b/src/xrc/xmladv.cpp
index ad3c96aa93..5087147e2f 100644
--- a/src/xrc/xmladv.cpp
+++ b/src/xrc/xmladv.cpp
@@ -60,8 +60,11 @@ wxAnimation wxXmlResourceHandler::GetAnimation(const wxString& param)
 
     if ( !ani.IsOk() )
     {
-        wxLogError(_("XRC resource: Cannot create animation from '%s'."),
-                   name.c_str());
+        ReportParamError
+        (
+            param,
+            wxString::Format("cannot create animation from \"%s\"", name)
+        );
         return wxNullAnimation;
     }