Fix typo in an error message in XTI code.
Closes #12139. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64555 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -649,7 +649,7 @@ struct wxCodeDepersister::wxCodeDepersisterInternal
|
|||||||
|
|
||||||
if ( m_objectNames.find(objectID) == m_objectNames.end() )
|
if ( m_objectNames.find(objectID) == m_objectNames.end() )
|
||||||
{
|
{
|
||||||
wxLogError( _("Passing an unkown object to GetObject") ) ;
|
wxLogError( _("Passing an unknown object to GetObject") ) ;
|
||||||
return wxEmptyString ;
|
return wxEmptyString ;
|
||||||
}
|
}
|
||||||
return wxString( m_objectNames[objectID].c_str() ) ;
|
return wxString( m_objectNames[objectID].c_str() ) ;
|
||||||
|
Reference in New Issue
Block a user