summaryrefslogtreecommitdiff
path: root/telegps
diff options
context:
space:
mode:
Diffstat (limited to 'telegps')
-rw-r--r--telegps/TeleGPS.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/telegps/TeleGPS.java b/telegps/TeleGPS.java
index 8ff5ac28..1e134900 100644
--- a/telegps/TeleGPS.java
+++ b/telegps/TeleGPS.java
@@ -71,7 +71,7 @@ public class TeleGPS
JTabbedPane pane;
- AltosUIMap map;
+ AltosUIMapNew map;
TeleGPSInfo gps_info;
TeleGPSState gps_state;
AltosInfoTable info_table;
@@ -542,7 +542,7 @@ public class TeleGPS
c.gridwidth = 2;
bag.add(pane, c);
- map = new AltosUIMap();
+ map = new AltosUIMapNew();
pane.add(map.getName(), map);
displays.add(map);