From dbac4f15d02e0410efd7352c279d558a01e71881 Mon Sep 17 00:00:00 2001 From: Lionel Heng Date: Tue, 11 Jan 2011 11:11:00 +0100 Subject: [PATCH] Added plan reset to list of available actions for custom widget. --- src/ui/designer/QGCActionButton.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ui/designer/QGCActionButton.cc b/src/ui/designer/QGCActionButton.cc index bb3e0c24ff..9ff0639f8e 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), -- GitLab