Browse Source

Pcbnew: improve dialog message when no footprints on BOM export.

pull/6/head
Chris Pavlina 11 years ago
committed by Wayne Stambaugh
parent
commit
991d1066ef
  1. 2
      pcbnew/build_BOM_from_board.cpp

2
pcbnew/build_BOM_from_board.cpp

@ -83,7 +83,7 @@ void PCB_EDIT_FRAME::RecreateBOMFileFromBoard( wxCommandEvent& aEvent )
if( module == NULL )
{
DisplayError( this, _( "No Modules!" ) );
DisplayError( this, _( "Cannot export BOM: there are no footprints in the PCB" ) );
return;
}

Loading…
Cancel
Save