mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +08:00
Issue #127 Set IFR to default in flight-plan page
This commit is contained in:
@@ -853,7 +853,7 @@ namespace BlackMisc::Aviation
|
|||||||
|
|
||||||
const QStringList &CFlightPlan::flightRules()
|
const QStringList &CFlightPlan::flightRules()
|
||||||
{
|
{
|
||||||
static const QStringList r({"VFR", "IFR", "SVFR", "DVFR" });
|
static const QStringList r({"IFR", "VFR", "SVFR", "DVFR" });
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user