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/?p=fw%2Faltos;a=commitdiff_plain;h=a344cc43d60e8e09ccedd9cce776b563a4dc8b31 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();