no changes, just fixed a typo in an error message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -318,7 +318,7 @@ int wxXmlReader::ReadComponent(wxXmlNode *node, wxDepersister *callbacks)
|
|||||||
const wxPropertyInfo* pi = classInfo->FindPropertyInfo( paramName ) ;
|
const wxPropertyInfo* pi = classInfo->FindPropertyInfo( paramName ) ;
|
||||||
if ( pi == 0 )
|
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
|
// if we don't have the value of a create param set in the xml
|
||||||
// we use the default value
|
// we use the default value
|
||||||
|
Reference in New Issue
Block a user