altosuilib: Rename AltosUIMap*New.java to AltosUIMap*.java
[fw/altos] / telegps / TeleGPS.java
index d347fe4180be80c419a24aefc6934e79e97ee34e..2897e06a321cf6e0ac7a547e36c65a1e59985dc0 100644 (file)
@@ -72,7 +72,7 @@ public class TeleGPS
 
        JTabbedPane             pane;
 
-       AltosUIMapNew           map;
+       AltosUIMap              map;
        TeleGPSInfo             gps_info;
        TeleGPSState            gps_state;
        AltosInfoTable          info_table;
@@ -174,7 +174,7 @@ public class TeleGPS
        }
 
        void load_maps() {
-               new AltosUIMapPreloadNew(this);
+               new AltosUIMapPreload(this);
        }
 
        void disconnect() {
@@ -567,7 +567,7 @@ public class TeleGPS
                /* Make the tabbed pane use the rest of the window space */
                bag.add(pane, constraints(0, 3, GridBagConstraints.BOTH));
 
-               map = new AltosUIMapNew();
+               map = new AltosUIMap();
                pane.add(map.getName(), map);
                displays.add(map);