From: Bdale Garbee Date: Mon, 15 Jan 2018 17:12:58 +0000 (-0300) Subject: change name of tabs to use "Test" instead of "Flight" X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=35a279e49ff1bd9a340e5b485521518ccf0bf8b7;p=fw%2Faltos change name of tabs to use "Test" instead of "Flight" --- diff --git a/teststand/AltosGraphUI.java b/teststand/AltosGraphUI.java index a62c7926..ed77bdef 100644 --- a/teststand/AltosGraphUI.java +++ b/teststand/AltosGraphUI.java @@ -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;