altosuilib: Set the icon and title of the telemetry scanning dialog
authorKeith Packard <keithp@keithp.com>
Sun, 8 Feb 2015 01:49:39 +0000 (17:49 -0800)
committerKeith Packard <keithp@keithp.com>
Sun, 8 Feb 2015 01:49:39 +0000 (17:49 -0800)
Just need to call 'super' to get the window configured correctly.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosScanUI.java

index bfe7ef365d443d388aca31d1697279f73c2d6399..59831461eab85eea113644f73ad5169652f567c6 100644 (file)
@@ -444,6 +444,7 @@ public class AltosScanUI
        }
 
        public AltosScanUI(AltosUIFrame in_owner, boolean in_select_telemetry) {
        }
 
        public AltosScanUI(AltosUIFrame in_owner, boolean in_select_telemetry) {
+               super(in_owner, "Scan Telemetry", false);
 
                owner = in_owner;
                select_telemetry = in_select_telemetry;
 
                owner = in_owner;
                select_telemetry = in_select_telemetry;