summaryrefslogtreecommitdiff
path: root/telegps/TeleGPSConfigUI.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-11 23:27:16 -0700
committerKeith Packard <keithp@keithp.com>2014-06-11 23:27:16 -0700
commit1ed591c7bdf19fe54bbde1827d0717f0ae51e003 (patch)
tree33488a48e52d9636ef64b7fe964a2b75088d938e /telegps/TeleGPSConfigUI.java
parent0495f1b5282d8f7449cbbc1dbf99d63818d7c03c (diff)
telegps: Remove 'Flight' from titles
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPSConfigUI.java')
-rw-r--r--telegps/TeleGPSConfigUI.java2
1 files changed, 1 insertions, 1 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;