diff options
author | Keith Packard <keithp@keithp.com> | 2017-07-23 16:37:27 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-07-23 16:42:36 -0700 |
commit | 198a3d4d5f51de5c0f0413299582479cde4e177f (patch) | |
tree | f0e0f84ebce076e7a252f358e3ea68b7c6538813 /altosui/AltosUI.java | |
parent | c7c2fc2d85414fefda0a7948a6c4e38f65140861 (diff) |
altosui: Rename AltosConfig -> AltosConfigFC
Now the class name says that this configures the flight computer.
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 a5a2078d..4bc2a5f8 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -276,7 +276,7 @@ public class AltosUI extends AltosUIFrame { } void ConfigureTeleMetrum() { - new AltosConfig(AltosUI.this); + new AltosConfigFC(AltosUI.this); } void ConfigureTeleDongle() { |