windows: Rename telemetrum.inf to altusmetrum.inf
[fw/altos] / telegps / TeleGPSGraphUI.java
index b7fc4caae911d39b18e4a2e8ebb68a1e793c43ac..244eb7b9e11fee7112ffa78a030f7fac3cb17c79 100644 (file)
@@ -38,7 +38,7 @@ public class TeleGPSGraphUI extends AltosUIFrame
        JTabbedPane             pane;
        AltosGraph              graph;
        AltosUIEnable           enable;
-       AltosSiteMap            map;
+       AltosUIMap              map;
        AltosState              state;
        AltosFlightStats        stats;
        AltosGraphDataSet       graphDataSet;
@@ -69,9 +69,9 @@ public class TeleGPSGraphUI extends AltosUIFrame
                graph = new AltosGraph(enable, stats, graphDataSet);
                statsTable = new AltosFlightStatsTable(stats);
 
-               map = new AltosSiteMap();
+               map = new AltosUIMap();
 
-               pane.add("Flight Graph", graph.panel);
+               pane.add("Graph", graph.panel);
                pane.add("Configure Graph", enable);
                pane.add("Statistics", statsTable);
                fill_map(states);