X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FAltosUI.java;h=0317f569d53239439a3484a0dfc5cdecdf5ba256;hp=b2c5107e2ca6aee02ca3f4e55ed4c4fee43d31ae;hb=4e2fd7ae76c23aa8da1390ebcbd8f45276cd7a32;hpb=f4ea46dc205454411c224ada7805f813989efd4a diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index b2c5107e..0317f569 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -311,7 +311,7 @@ public class AltosUI extends JFrame { if (record_reader == null) return; try { - new AltosGraphUI(record_reader); + new AltosGraphUI(record_reader, chooser.filename()); } catch (InterruptedException ie) { } catch (IOException ie) { }