diff --git a/common/eda_item.cpp b/common/eda_item.cpp index 1968c3793a..7c4071a293 100644 --- a/common/eda_item.cpp +++ b/common/eda_item.cpp @@ -320,6 +320,7 @@ static struct EDA_ITEM_DESC .Map( PCB_FP_SHAPE_T, _HKI( "Graphic" ) ) .Map( PCB_FP_ZONE_T, _HKI( "Zone" ) ) .Map( PCB_TRACE_T, _HKI( "Track" ) ) + .Map( PCB_ARC_T, _HKI( "Track" ) ) .Map( PCB_VIA_T, _HKI( "Via" ) ) .Map( PCB_MARKER_T, _HKI( "Marker" ) ) .Map( PCB_DIM_ALIGNED_T, _HKI( "Dimension" ) )