altosuilib: Rename AltosGraphNew to AltosGraph
[fw/altos] / telegps / TeleGPSGraphUI.java
index 85238d7b2e98dc08751e7ef2ae243a1ca9ed4fa8..89c6cea5b84e3ff00048dde67d74dec95f1abde5 100644 (file)
@@ -37,7 +37,7 @@ import org.jfree.ui.RefineryUtilities;
 public class TeleGPSGraphUI extends AltosUIFrame implements AltosFontListener, AltosUnitsListener
 {
        JTabbedPane             pane;
-       AltosGraphNew           graph;
+       AltosGraph              graph;
        AltosUIEnable           enable;
        AltosUIMap              map;
        AltosState              state;
@@ -105,7 +105,7 @@ public class TeleGPSGraphUI extends AltosUIFrame implements AltosFontListener, A
                enable = new AltosUIEnable();
                stats = new AltosFlightStats(flight_series);
 
-               graph = new AltosGraphNew(enable, stats, flight_series);
+               graph = new AltosGraph(enable, stats, flight_series);
 
                statsTable = new AltosFlightStatsTable(stats);