summaryrefslogtreecommitdiff
path: root/altosui/AltosLanded.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2011-08-22 18:24:54 -0700
committerKeith Packard <keithp@keithp.com>2011-08-22 18:24:54 -0700
commit4e2fd7ae76c23aa8da1390ebcbd8f45276cd7a32 (patch)
treea85133bca11f96a52b5c418089e362c2074be70b /altosui/AltosLanded.java
parentf4ea46dc205454411c224ada7805f813989efd4a (diff)
altosui: Show filename in AltosGraph window
Makes it easier to tell multiple windows apart Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosLanded.java')
-rw-r--r--altosui/AltosLanded.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosLanded.java b/altosui/AltosLanded.java
index 47aca29d..71c10663 100644
--- a/altosui/AltosLanded.java
+++ b/altosui/AltosLanded.java
@@ -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) {
}