diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-08 12:04:00 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-08 12:13:03 -0700 |
commit | 7207a95823dc2a27906759528dd88256cb20679f (patch) | |
tree | 042f10aa944e8017290e561837043d9cfd58f324 /altosui/AltosUI.java | |
parent | 30670732ca3f5a34025ab4bc4c69afa45637b4d6 (diff) |
altosui: Change button to 'Configure Altimeter'
Now that we've got more than one model.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosUI.java')
-rw-r--r-- | altosui/AltosUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 9b724fd7..033f233c 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -137,7 +137,7 @@ public class AltosUI extends JFrame { ExportData(); } }); - b = addButton(0, 1, "Configure TeleMetrum"); + b = addButton(0, 1, "Configure Altimter"); b.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { ConfigureTeleMetrum(); |