summaryrefslogtreecommitdiff
path: root/telegps/TeleGPS.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-05-28 20:24:04 -0700
committerKeith Packard <keithp@keithp.com>2014-05-28 22:02:31 -0700
commit82a69777c67128192b50bbf77ace0a6525f49cac (patch)
tree734db888da85e52b13bcb1325c50d06b50316a5a /telegps/TeleGPS.java
parenta7fd31842a602a8ac803d0e09efb4ffabf7a289b (diff)
telegps: Add preferences dialog
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPS.java')
-rw-r--r--telegps/TeleGPS.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/telegps/TeleGPS.java b/telegps/TeleGPS.java
index ca1e68bb..cceb79b9 100644
--- a/telegps/TeleGPS.java
+++ b/telegps/TeleGPS.java
@@ -151,6 +151,7 @@ public class TeleGPS extends AltosUIFrame implements AltosFlightDisplay, AltosFo
}
void preferences() {
+ new TeleGPSPreferences(this, voice());
}
void load_maps() {