Commit 5c9159b6 authored by lm's avatar lm

Merge branch 'experimental' of pixhawk.ethz.ch:qgroundcontrol into experimental

parents 5f497743 dbac4f15
...@@ -39,7 +39,8 @@ const char* kActionLabels[MAV_ACTION_NB] = ...@@ -39,7 +39,8 @@ const char* kActionLabels[MAV_ACTION_NB] =
"GET IMAGE", "GET IMAGE",
"START VIDEO", "START VIDEO",
"STOP VIDEO", "STOP VIDEO",
"RESET MAP"}; "RESET MAP",
"RESET PLAN"};
QGCActionButton::QGCActionButton(QWidget *parent) : QGCActionButton::QGCActionButton(QWidget *parent) :
QGCToolWidgetItem("Button", 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