altosui: Show filename in AltosGraph window
[fw/altos] / altosui / AltosLanded.java
index 47aca29dbeb3e48bb690e325101bd5957a3792d6..71c1066318bad9c0410e994d7b76429ab41937c5 100644 (file)
@@ -240,7 +240,7 @@ public class AltosLanded extends JComponent implements AltosFlightDisplay, Actio
                                                throw new FileNotFoundException();
                                        }
                                        try {
-                                               new AltosGraphUI(records);
+                                               new AltosGraphUI(records, filename);
                                        } catch (InterruptedException ie) {
                                        } catch (IOException ie) {
                                        }