diff options
Diffstat (limited to 'altosui/AltosGraphUI.java')
| -rw-r--r-- | altosui/AltosGraphUI.java | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/altosui/AltosGraphUI.java b/altosui/AltosGraphUI.java index ac20f84b..2dded9a2 100644 --- a/altosui/AltosGraphUI.java +++ b/altosui/AltosGraphUI.java @@ -36,7 +36,8 @@ public class AltosGraphUI extends AltosUIFrame  		return any_gps;  	} -	AltosGraphUI(AltosRecordIterable records, String file) throws InterruptedException, IOException { +	AltosGraphUI(AltosRecordIterable records, File file) throws InterruptedException, IOException { +		super(file.getName());  		state = null;  		pane = new JTabbedPane(); | 
