Improve zone context menu descriptions, fixes lp:1116483

This commit is contained in:
Wayne Stambaugh 2013-02-07 12:56:41 -05:00
parent f2ebfdf34e
commit 6582cea862
1 changed files with 3 additions and 0 deletions

View File

@ -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 );