diff --git a/src/ui/designer/QGCActionButton.cc b/src/ui/designer/QGCActionButton.cc index bb3e0c24ff1eb94e1434d50ca0cbcc20a8cde7d4..9ff0639f8ec345a76d202a295f378f6914d099dd 100644 --- a/src/ui/designer/QGCActionButton.cc +++ b/src/ui/designer/QGCActionButton.cc @@ -39,7 +39,8 @@ const char* kActionLabels[MAV_ACTION_NB] = "GET IMAGE", "START VIDEO", "STOP VIDEO", - "RESET MAP"}; + "RESET MAP", + "RESET PLAN"}; QGCActionButton::QGCActionButton(QWidget *parent) : QGCToolWidgetItem("Button", parent),