]> git.mxchange.org Git - flightgear.git/blobdiff - src/Autopilot/auto_gui.cxx
Replaced gdbm with metakit. Involves a new simgear version and a new database
[flightgear.git] / src / Autopilot / auto_gui.cxx
index 02ceeb5f1a6520fe7f43bbc199e346e06f1a9606..e662fadb642220636e4ecf937229ecf03278b6c9 100644 (file)
@@ -595,7 +595,7 @@ void TgtAptDialog_OK (puObject *)
         
        FGPath path( current_options.get_fg_root() );
        path.append( "Airports" );
-       path.append( "simple.gdbm" );
+       path.append( "simple.mk4" );
         FGAirports airports( path.c_str() );
         FGAirport a;