remove local copy of launch-sites.txt and reference to old web location
[fw/altos] / altosui / AltosUI.java
index 52b6b128c16bf411b7a3521d1aa2749ee6697c79..dcc0de600817aab22666705581ffe42afa8de996 100644 (file)
@@ -98,7 +98,6 @@ public class AltosUI extends AltosFrame {
 
                load_library(null);
 
-               AltosUIPreferences.init(new AltosUIPreferencesBackend());
                AltosUIPreferences.set_component(this);
 
                pane = getContentPane();
@@ -445,6 +444,8 @@ public class AltosUI extends AltosFrame {
                //AltosReplayReader reader;
                if (file.getName().endsWith("eeprom")) {
                        recs = new AltosEepromIterable(in);
+               } else if (file.getName().endsWith("mega")) {
+                       recs = new AltosEepromMegaIterable(in);
                } else {
                        recs = new AltosTelemetryIterable(in);
                }