altosui: Rename AltosConfig -> AltosConfigFC
[fw/altos] / altosui / AltosUI.java
index a5a2078da0a11ac3283c1cc33f4feafc17f98d83..4bc2a5f86cb722b79a8e7c697fbc900bd91d4943 100644 (file)
@@ -276,7 +276,7 @@ public class AltosUI extends AltosUIFrame {
        }
 
        void ConfigureTeleMetrum() {
-               new AltosConfig(AltosUI.this);
+               new AltosConfigFC(AltosUI.this);
        }
 
        void ConfigureTeleDongle() {