Commit f9d6c736 authored by dogmaphobic's avatar dogmaphobic

Merge remote-tracking branch 'Mavlink/master' into iosAppStore

* Mavlink/master:
  Fix github json download failure argument string
parents 3cef9ab2 0669604a
...@@ -231,7 +231,7 @@ void APMAirframeComponentController::_githubJsonDownloadFinished(QString remoteF ...@@ -231,7 +231,7 @@ void APMAirframeComponentController::_githubJsonDownloadFinished(QString remoteF
void APMAirframeComponentController::_githubJsonDownloadError(QString errorMsg) void APMAirframeComponentController::_githubJsonDownloadError(QString errorMsg)
{ {
qgcApp()->showMessage(tr("Param file github json download failed: % 1").arg(errorMsg)); qgcApp()->showMessage(tr("Param file github json download failed: %1").arg(errorMsg));
qgcApp()->restoreOverrideCursor(); qgcApp()->restoreOverrideCursor();
} }
......
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