Fixes ardupilot abbreviations for #3588
@ -43,7 +43,7 @@ MapItemView {
model: object.childItems
delegate: MissionItemIndexLabel {
label: object.sequenceNumber
label: object.abbreviation
isCurrentItem: object.isCurrentItem
z: 2
}
@ -426,7 +426,7 @@ QGCView {