telegps: Remove 'Flight' from titles
authorKeith Packard <keithp@keithp.com>
Thu, 12 Jun 2014 06:27:16 +0000 (23:27 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 12 Jun 2014 06:27:16 +0000 (23:27 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
telegps/TeleGPSConfigUI.java
telegps/TeleGPSGraphUI.java

index f6c6904068b634a256284a77ed9647f8f606b3ff..5f269fd30e2e126ea85a8c2677da0d67a3af6101 100644 (file)
@@ -157,7 +157,7 @@ public class TeleGPSConfigUI
 
        /* Build the UI using a grid bag */
        public TeleGPSConfigUI(JFrame in_owner) {
-               super (in_owner, "Configure Flight Computer", false);
+               super (in_owner, "Configure Device", false);
 
                owner = in_owner;
                GridBagConstraints c;
index fbc9657e1b7d0fc6d22906d3f74fca5980b36731..244eb7b9e11fee7112ffa78a030f7fac3cb17c79 100644 (file)
@@ -71,7 +71,7 @@ public class TeleGPSGraphUI extends AltosUIFrame
 
                map = new AltosUIMap();
 
-               pane.add("Flight Graph", graph.panel);
+               pane.add("Graph", graph.panel);
                pane.add("Configure Graph", enable);
                pane.add("Statistics", statsTable);
                fill_map(states);