Skip to content

Commit

Permalink
More acronyms to convert airspace names to correct case.
Browse files Browse the repository at this point in the history
  • Loading branch information
albar965 committed Jul 25, 2022
1 parent 1b38646 commit 93cb6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fs/util/fsutil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ QString capNavString(const QString& str)
"MATZ", "MOA", "RMZ", "TIZ", "TMA", "TMZ", "TRA", "TRSA", "TWEB", "ARSA",
"AAS", "CARS", "FIS", "AFIS", "ATF", "VDF", "PCL", "RCO", "RCAG",
"NOTAM", "CERAP", "ARTCC",
"TCA", "MCTR", "VFR", "IFR"
"TCA", "MCTR", "VFR", "IFR", "DFS", "TNA", "CAE"
});

return atools::capString(str, FORCE_UPPER);
Expand Down

0 comments on commit 93cb6ea

Please sign in to comment.