Added item DATASHEET to BOM List in schematic

This commit is contained in:
viknn 2010-03-03 19:43:14 +00:00
parent 02d724af0a
commit 8250964001
1 changed files with 5 additions and 0 deletions

View File

@ -875,6 +875,11 @@ int DIALOG_BUILD_BOM::PrintComponentsListByPart(
fprintf( f, "%c%15s", s_ExportSeparatorSymbol,
CONV_TO_UTF8( DrawLibItem->GetField( FOOTPRINT )->m_Text ) );
#if defined(KICAD_GOST)
fprintf( f, "%c%20s", s_ExportSeparatorSymbol,
CONV_TO_UTF8( DrawLibItem->GetField( DATASHEET) ->m_Text ) );
#endif
// print fields
for( int jj = FIELD1; jj < FIELD5; jj++ )
fprintf( f, "%c%12s", s_ExportSeparatorSymbol,