]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xtixml.cpp
Fix tracking rectangles in 64-bit build by remembering the tag as the 64-bit integer...
[wxWidgets.git] / src / common / xtixml.cpp
index dae1f64ebab214b4486f9944440ee08eeb1e73d5..049107cc4b4afb1b0e1e481fe127de2d4f444e0d 100644 (file)
@@ -318,7 +318,7 @@ int wxXmlReader::ReadComponent(wxXmlNode *node, wxDepersister *callbacks)
         const wxPropertyInfo* pi = classInfo->FindPropertyInfo( paramName ) ;
         if ( pi == 0 )
         {
-            wxLogError( wxString::Format(_("Unkown Property %s"),paramName) ) ;
+            wxLogError( wxString::Format(_("Unknown Property %s"),paramName) ) ;
         }
         // if we don't have the value of a create param set in the xml
         // we use the default value