Browse Source

Improve zone context menu descriptions, fixes lp:1116483

pull/1/head
Wayne Stambaugh 13 years ago
parent
commit
6582cea862
  1. 3
      pcbnew/class_zone.cpp

3
pcbnew/class_zone.cpp

@ -939,6 +939,9 @@ wxString ZONE_CONTAINER::GetSelectMenuText() const
if( ncont )
text << wxT( " " ) << _( "(Cutout)" );
if( GetIsKeepout() )
text << wxT( " " ) << _( "(Keepout)" );
text << wxT( " " );
text << wxString::Format( wxT( "(%08lX)" ), m_TimeStamp );

Loading…
Cancel
Save