diff --git a/pcbnew/class_zone.cpp b/pcbnew/class_zone.cpp index 5f08b747d2..5421d05894 100644 --- a/pcbnew/class_zone.cpp +++ b/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 );