summaryrefslogtreecommitdiff
path: root/telegps
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2015-05-26 00:46:21 -0700
committerKeith Packard <keithp@keithp.com>2015-05-26 00:46:21 -0700
commitf41fe2291891b28327c332098bdc601bc75fc4c0 (patch)
tree3b1a4de9851289c1edc31ded69c26fc0e345c6c2 /telegps
parentcd0f4de98ea709e5f070d5f1337658590d2004a1 (diff)
altosuilib: Use new map code for map preload UI
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps')
-rw-r--r--telegps/TeleGPS.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/telegps/TeleGPS.java b/telegps/TeleGPS.java
index 1e134900..0e46a780 100644
--- a/telegps/TeleGPS.java
+++ b/telegps/TeleGPS.java
@@ -173,7 +173,7 @@ public class TeleGPS
}
void load_maps() {
- new AltosUIMapPreload(this);
+ new AltosUIMapPreloadNew(this);
}
void disconnect() {