7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-14 19:49:36 +00:00

Fix copy/paste error

This commit is contained in:
Jon Evans 2024-12-30 20:34:28 -05:00
parent 2dec1dd598
commit 8be61565ca

View File

@ -555,7 +555,7 @@ void BOARD::RunOnDescendants( const std::function<void ( BOARD_ITEM* )>& aFuncti
}
catch( std::bad_function_call& )
{
wxFAIL_MSG( wxT( "Error running FOOTPRINT::RunOnDescendants" ) );
wxFAIL_MSG( wxT( "Error running BOARD::RunOnDescendants" ) );
}
}