Commit dbac4f15 authored by Lionel Heng's avatar Lionel Heng

Added plan reset to list of available actions for custom widget.

parent de439a7c
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment