From 7cb3cbff1b46f720ff8061d28755a93025b3e567 Mon Sep 17 00:00:00 2001 From: Mariano Lizarraga Date: Sat, 18 Sep 2010 13:13:13 -0500 Subject: [PATCH] Minor changes to account for new XML file for SLUGS --- src/uas/SlugsMAV.cc | 2 +- src/ui/WaypointList.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uas/SlugsMAV.cc b/src/uas/SlugsMAV.cc index f053345f2..443516de1 100644 --- a/src/uas/SlugsMAV.cc +++ b/src/uas/SlugsMAV.cc @@ -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: { diff --git a/src/ui/WaypointList.cc b/src/ui/WaypointList.cc index 25b7171d7..17e29e140 100644 --- a/src/ui/WaypointList.cc +++ b/src/ui/WaypointList.cc @@ -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); -- 2.22.0