diff options
-rw-r--r-- | altosui/AltosLanded.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosLanded.java b/altosui/AltosLanded.java index 3994e5de..e13229a8 100644 --- a/altosui/AltosLanded.java +++ b/altosui/AltosLanded.java @@ -257,7 +257,7 @@ public class AltosLanded extends JComponent implements AltosFlightDisplay, Actio throw new FileNotFoundException(filename); } try { - new AltosGraphUI(records, filename); + new AltosGraphUI(records, file); } catch (InterruptedException ie) { } catch (IOException ie) { } |