summaryrefslogtreecommitdiff
path: root/telegps/TeleGPSGraphUI.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/TeleGPSGraphUI.java
parent0495f1b5282d8f7449cbbc1dbf99d63818d7c03c (diff)
telegps: Remove 'Flight' from titles
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPSGraphUI.java')
-rw-r--r--telegps/TeleGPSGraphUI.java2
1 files changed, 1 insertions, 1 deletions
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);