Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
0669604a
Commit
0669604a
authored
Jun 03, 2016
by
Nate Weibley
Browse files
Fix github json download failure argument string
Bug noted in #3465
parent
ce7035b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/APM/APMAirframeComponentController.cc
View file @
0669604a
...
...
@@ -231,7 +231,7 @@ void APMAirframeComponentController::_githubJsonDownloadFinished(QString remoteF
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
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment