From 0dd733efdbb66535889aafecbba45f49266ed886 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 7 Feb 2015 17:49:39 -0800 Subject: [PATCH] altosuilib: Set the icon and title of the telemetry scanning dialog Just need to call 'super' to get the window configured correctly. Signed-off-by: Keith Packard --- altosuilib/AltosScanUI.java | 1 + 1 file changed, 1 insertion(+) diff --git a/altosuilib/AltosScanUI.java b/altosuilib/AltosScanUI.java index bfe7ef36..59831461 100644 --- a/altosuilib/AltosScanUI.java +++ b/altosuilib/AltosScanUI.java @@ -444,6 +444,7 @@ public class AltosScanUI } public AltosScanUI(AltosUIFrame in_owner, boolean in_select_telemetry) { + super(in_owner, "Scan Telemetry", false); owner = in_owner; select_telemetry = in_select_telemetry; -- 2.30.2