Launcher flight-planning, allow GPX loading
https://sourceforge.net/p/flightgear/codetickets/2067/
This commit is contained in:
parent
28f55889b0
commit
290261d1ae
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ void FlightPlanController::computeDuration()
|
|||
bool FlightPlanController::loadPlan()
|
||||
{
|
||||
QString file = QFileDialog::getOpenFileName(nullptr, tr("Load a flight-plan"),
|
||||
{}, "*.fgfp");
|
||||
{}, "*.fgfp *.gpx");
|
||||
if (file.isEmpty())
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue