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