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
2dc37a9f
Commit
2dc37a9f
authored
Nov 19, 2018
by
Gus Grubba
Committed by
Gus Grubba
Nov 19, 2018
Browse files
CP - Use application name instead of hardcoded "QGroundControl"
parent
84cf465c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/QGCApplication.cc
View file @
2dc37a9f
...
...
@@ -479,8 +479,8 @@ bool QGCApplication::_initForNormalAppBoot(void)
toolbox
()
->
joystickManager
()
->
init
();
if
(
_settingsUpgraded
)
{
showMessage
(
tr
(
"The format for
QGroundControl
saved settings has been modified. "
"Your saved settings have been reset to defaults."
));
showMessage
(
QString
(
tr
(
"The format for
%1
saved settings has been modified. "
"Your saved settings have been reset to defaults."
))
.
arg
(
applicationName
()))
;
}
// Connect links with flag AutoconnectLink
...
...
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