From 825096400117cb832013d344c2209056c9ffa673 Mon Sep 17 00:00:00 2001 From: viknn Date: Wed, 3 Mar 2010 19:43:14 +0000 Subject: [PATCH] Added item DATASHEET to BOM List in schematic --- eeschema/build_BOM.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eeschema/build_BOM.cpp b/eeschema/build_BOM.cpp index 16cdeeeecd..6b4aa1e028 100644 --- a/eeschema/build_BOM.cpp +++ b/eeschema/build_BOM.cpp @@ -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,