From: Bdale Garbee Date: Sat, 6 May 2017 15:40:49 +0000 (-0700) Subject: display should say Test number, not Flight number X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b0f7a7871e478f8190cd609a8838abe6c619cf50;p=fw%2Faltos display should say Test number, not Flight number --- diff --git a/teststand/TestStandStatus.java b/teststand/TestStandStatus.java index 740dbda8..e79d50a6 100644 --- a/teststand/TestStandStatus.java +++ b/teststand/TestStandStatus.java @@ -141,7 +141,7 @@ public class TestStandStatus extends JComponent implements AltosFlightDisplay { } public Flight (GridBagLayout layout, int x) { - super (layout, x, "Flight"); + super (layout, x, "Test"); } }