From: Keith Packard Date: Sun, 8 Feb 2015 01:49:39 +0000 (-0800) Subject: altosuilib: Set the icon and title of the telemetry scanning dialog X-Git-Tag: 1.6~6 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=0dd733efdbb66535889aafecbba45f49266ed886;ds=sidebyside 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 --- 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;