Footprints not Modules
This commit is contained in:
parent
c17ceb5875
commit
7e7ef82f55
|
@ -869,8 +869,8 @@ void DIALOG_BOARD_REANNOTATE::BuildChangeArray( std::vector<RefDesInfo>& aModule
|
||||||
|
|
||||||
bool prefixpresent; //Prefix found
|
bool prefixpresent; //Prefix found
|
||||||
|
|
||||||
wxString logstring = ( aModules.front().Front ) ? _( "\n\nFront Modules" )
|
wxString logstring = ( aModules.front().Front ) ? _( "\n\nFront Footprints" )
|
||||||
: _( "\n\nBack Modules" );
|
: _( "\n\nBack Footprints" );
|
||||||
LogModules( logstring, aModules );
|
LogModules( logstring, aModules );
|
||||||
|
|
||||||
if( 0 != aStartRefDes ) //Initialize the change array if present
|
if( 0 != aStartRefDes ) //Initialize the change array if present
|
||||||
|
|
Loading…
Reference in New Issue