1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

OP-1174 changed title of firmware mismatch popup

This commit is contained in:
Philippe Renon 2014-05-04 22:52:09 +02:00
parent bcb16f7618
commit f38de84aa2

View File

@ -153,7 +153,7 @@ void TelemetryPlugin::versionMatchCheck()
if (!firmwareWarningMessageBox) {
firmwareWarningMessageBox = new QMessageBox(Core::ICore::instance()->mainWindow());
firmwareWarningMessageBox->setWindowModality(Qt::NonModal);
firmwareWarningMessageBox->setWindowTitle(Core::ICore::instance()->mainWindow()->windowTitle());
firmwareWarningMessageBox->setWindowTitle(tr("Firmware Version Mismatch!"));
firmwareWarningMessageBox->setIcon(QMessageBox::Warning);
firmwareWarningMessageBox->setStandardButtons(QMessageBox::Ok);
firmwareWarningMessageBox->setText(tr("GCS and firmware versions of the UAV objects set do not match which can cause configuration problems."));