altosuilib: Rename AltosUIMap*New.java to AltosUIMap*.java
[fw/altos] / telegps / TeleGPSGraphUI.java
index 701a7e30164db82774fbaaab0cc6382a028fd59b..8e2f6627d8a369d98f60157478d1452964fe52d6 100644 (file)
@@ -38,7 +38,7 @@ public class TeleGPSGraphUI extends AltosUIFrame
        JTabbedPane             pane;
        AltosGraph              graph;
        AltosUIEnable           enable;
-       AltosUIMapNew           map;
+       AltosUIMap              map;
        AltosState              state;
        AltosFlightStats        stats;
        AltosGraphDataSet       graphDataSet;
@@ -69,7 +69,7 @@ public class TeleGPSGraphUI extends AltosUIFrame
                graph = new AltosGraph(enable, stats, graphDataSet);
                statsTable = new AltosFlightStatsTable(stats);
 
-               map = new AltosUIMapNew();
+               map = new AltosUIMap();
 
                pane.add("Graph", graph.panel);
                pane.add("Configure Graph", enable);