From: Keith Packard Date: Thu, 12 Jun 2014 06:27:16 +0000 (-0700) Subject: telegps: Remove 'Flight' from titles X-Git-Tag: 1.4~63 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=1ed591c7bdf19fe54bbde1827d0717f0ae51e003 telegps: Remove 'Flight' from titles Signed-off-by: Keith Packard --- diff --git a/telegps/TeleGPSConfigUI.java b/telegps/TeleGPSConfigUI.java index f6c69040..5f269fd3 100644 --- a/telegps/TeleGPSConfigUI.java +++ b/telegps/TeleGPSConfigUI.java @@ -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; diff --git a/telegps/TeleGPSGraphUI.java b/telegps/TeleGPSGraphUI.java index fbc9657e..244eb7b9 100644 --- a/telegps/TeleGPSGraphUI.java +++ b/telegps/TeleGPSGraphUI.java @@ -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);