mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Fix copy/pasta.
This commit is contained in:
parent
9f5e583ced
commit
95f05ee869
@ -225,7 +225,7 @@ void NETLIST_EXPORTER_XML::addSymbolFields( XNODE* aNode, SCH_SYMBOL* aSymbol,
|
||||
if( datasheet.size() )
|
||||
aNode->AddChild( node( wxT( "datasheet" ), UnescapeString( datasheet ) ) );
|
||||
|
||||
if( datasheet.size() )
|
||||
if( description.size() )
|
||||
aNode->AddChild( node( wxT( "description" ), UnescapeString( description ) ) );
|
||||
|
||||
XNODE* xfields;
|
||||
|
Loading…
x
Reference in New Issue
Block a user