From 35a279e49ff1bd9a340e5b485521518ccf0bf8b7 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 15 Jan 2018 14:12:58 -0300 Subject: [PATCH] change name of tabs to use "Test" instead of "Flight" --- teststand/AltosGraphUI.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.30.2