Fields: Description now mandatory
Propagate from symbols to footprints, footprints keep a library description, too. (GetLibDescription())
This commit is contained in:
@@ -104,9 +104,8 @@ void PlotInteractiveLayer( BOARD* aBoard, PLOTTER* aPlotter, const PCB_PLOT_PARA
|
||||
_( "Footprint" ),
|
||||
fp->GetFPIDAsString() ) );
|
||||
|
||||
properties.emplace_back( wxString::Format( wxT( "!%s = %s" ),
|
||||
_( "Description" ),
|
||||
fp->GetDescription() ) );
|
||||
properties.emplace_back( wxString::Format( wxT( "!%s = %s" ), _( "Library Description" ),
|
||||
fp->GetLibDescription() ) );
|
||||
|
||||
properties.emplace_back( wxString::Format( wxT( "!%s = %s" ),
|
||||
_( "Keywords" ),
|
||||
|
||||
Reference in New Issue
Block a user