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
942a24db
Commit
942a24db
authored
May 03, 2017
by
Don Gagne
Browse files
Typo in file extensions
parent
30d65882
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionManager/PlanMasterController.cc
View file @
942a24db
...
...
@@ -376,7 +376,7 @@ QStringList PlanMasterController::loadNameFilters(void) const
{
QStringList
filters
;
filters
<<
tr
(
"Supported types (*.%1 *.%2 *.%3 *.%4)"
).
arg
(
AppSettings
::
planFileExtension
).
arg
(
AppSettings
::
missionFileExtension
).
arg
(
AppSettings
::
waypointsFileExtension
).
arg
(
"
*.
txt"
)
<<
filters
<<
tr
(
"Supported types (*.%1 *.%2 *.%3 *.%4)"
).
arg
(
AppSettings
::
planFileExtension
).
arg
(
AppSettings
::
missionFileExtension
).
arg
(
AppSettings
::
waypointsFileExtension
).
arg
(
"txt"
)
<<
tr
(
"All Files (*.*)"
);
return
filters
;
}
...
...
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