Commit 7cb3cbff authored by Mariano Lizarraga's avatar Mariano Lizarraga

Minor changes to account for new XML file for SLUGS

parent 869f7c1a
......@@ -30,7 +30,7 @@ void SlugsMAV::receiveMessage(LinkInterface* link, mavlink_message_t message)
break;
}
#ifdef MAVLINK_ENABLED_SLUGS_MESSAGES
#ifdef MAVLINK_ENABLED_SLUGS_MESSAGES_QGC
case MAVLINK_MSG_ID_CPU_LOAD:
{
......
......@@ -512,8 +512,8 @@ void WaypointList::setIsWPGlobal(bool value)
if(wpViews.size()!= 0)
{
int ret = QMessageBox::warning(this, tr("My Application"),
tr("There are Waypoints local created.\n"
int ret = QMessageBox::warning(this, tr("QGroundControl"),
tr("There are Local Waypoints created.\n"
"Do you want to clear them?"),
QMessageBox::Ok | QMessageBox::Cancel);
......
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