Improve zone context menu descriptions, fixes lp:1116483
This commit is contained in:
parent
f2ebfdf34e
commit
6582cea862
|
@ -939,6 +939,9 @@ wxString ZONE_CONTAINER::GetSelectMenuText() const
|
||||||
if( ncont )
|
if( ncont )
|
||||||
text << wxT( " " ) << _( "(Cutout)" );
|
text << wxT( " " ) << _( "(Cutout)" );
|
||||||
|
|
||||||
|
if( GetIsKeepout() )
|
||||||
|
text << wxT( " " ) << _( "(Keepout)" );
|
||||||
|
|
||||||
text << wxT( " " );
|
text << wxT( " " );
|
||||||
text << wxString::Format( wxT( "(%08lX)" ), m_TimeStamp );
|
text << wxString::Format( wxT( "(%08lX)" ), m_TimeStamp );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue