Browse Source

Standardize copper zones

pull/5/merge
Seth Hillbrand 8 years ago
parent
commit
5aa4129a88
  1. 2
      pcbnew/board_netlist_updater.cpp

2
pcbnew/board_netlist_updater.cpp

@ -601,7 +601,7 @@ bool BOARD_NETLIST_UPDATER::testConnectivity( NETLIST& aNetlist )
if( nc == 0 )
{
msg.Printf( _( "Copper zone (net name %s): net has no pads connected." ),
msg.Printf( _( "Copper zone (net name \"%s\"): net has no pads connected." ),
GetChars( zone->GetNet()->GetNetname() ) );
m_reporter->Report( msg, REPORTER::RPT_WARNING );
++m_warningCount;

Loading…
Cancel
Save