change name of tabs to use "Test" instead of "Flight"
authorBdale Garbee <bdale@gag.com>
Mon, 15 Jan 2018 17:12:58 +0000 (14:12 -0300)
committerBdale Garbee <bdale@gag.com>
Mon, 15 Jan 2018 17:12:58 +0000 (14:12 -0300)
teststand/AltosGraphUI.java

index a62c79267cbffb0293be93021ceaf060ddc98bdc..ed77bdefcd56bed01e9d0a4960692b18cee4d262 100644 (file)
@@ -89,9 +89,9 @@ public class AltosGraphUI extends AltosUIFrame implements AltosFontListener, Alt
 
                statsTable = new AltosFlightStatsTable(stats);
 
-               pane.add("Flight Graph", graph.panel);
+               pane.add("Test Graph", graph.panel);
                pane.add("Configure Graph", enable);
-               pane.add("Flight Statistics", statsTable);
+               pane.add("Test Statistics", statsTable);
 
                has_gps = false;