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
323a9ae7
Commit
323a9ae7
authored
Jun 04, 2016
by
Don Gagne
Browse files
Merge pull request #3475 from DonLakeFlyer/QStringFix
Fix string replacement
parents
e6cf9822
0e17f9dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/APM/APMAirframeComponentController.cc
View file @
323a9ae7
...
...
@@ -244,6 +244,6 @@ void APMAirframeComponentController::_paramFileDownloadFinished(QString remoteFi
void
APMAirframeComponentController
::
_paramFileDownloadError
(
QString
errorMsg
)
{
qgcApp
()
->
showMessage
(
tr
(
"Param file download failed: %
1"
).
arg
(
errorMsg
));
qgcApp
()
->
showMessage
(
tr
(
"Param file 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