From: Bdale Garbee Date: Sun, 14 Jan 2018 20:01:12 +0000 (-0300) Subject: change Altimeter to TeleFire in top-level menu button X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=dc6b909da2336783599cb9b42c6666d1f5e961a1;p=fw%2Faltos change Altimeter to TeleFire in top-level menu button --- diff --git a/teststand/TestStand.java b/teststand/TestStand.java index eb0b434d..29001d99 100644 --- a/teststand/TestStand.java +++ b/teststand/TestStand.java @@ -155,7 +155,7 @@ public class TestStand extends AltosUIFrame implements AltosEepromGrapher { } }); b.setToolTipText("Convert flight data for a spreadsheet or GoogleEarth"); - b = addButton(0, 1, "Configure Altimeter"); + b = addButton(0, 1, "Configure TeleFire"); b.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { ConfigureTeleMetrum();