altoslib/altosui/telegps: Change log size configuration
[fw/altos] / telegps / TeleGPS.java
index 7117443632dcfa9553a706be58dba74fefaef2a2..c61b245e006c80d7e16ae353df4cd093ccc19a63 100644 (file)
@@ -51,7 +51,7 @@ public class TeleGPS
        }
 
        AltosFlightReader       reader;
-       AltosDisplayThread      thread;
+       TeleGPSDisplayThread    thread;
 
        JMenuBar                menu_bar;
 
@@ -349,7 +349,7 @@ public class TeleGPS
 
        public void set_reader(AltosFlightReader reader) {
                setTitle(String.format("TeleGPS %s", reader.name));
-               thread = new AltosDisplayThread(this, voice(), this, reader);
+               thread = new TeleGPSDisplayThread(this, voice(), this, reader);
                thread.start();
        }