diff options
author | Keith Packard <keithp@keithp.com> | 2014-06-11 23:27:16 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-06-11 23:27:16 -0700 |
commit | 1ed591c7bdf19fe54bbde1827d0717f0ae51e003 (patch) | |
tree | 33488a48e52d9636ef64b7fe964a2b75088d938e /telegps | |
parent | 0495f1b5282d8f7449cbbc1dbf99d63818d7c03c (diff) |
telegps: Remove 'Flight' from titles
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps')
-rw-r--r-- | telegps/TeleGPSConfigUI.java | 2 | ||||
-rw-r--r-- | telegps/TeleGPSGraphUI.java | 2 |
2 files changed, 2 insertions, 2 deletions
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); |