diff options
author | Keith Packard <keithp@keithp.com> | 2016-05-24 23:44:50 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2016-05-24 23:44:50 -0700 |
commit | 0d966b74f756e88e5dffa92400b105f540429262 (patch) | |
tree | 5d11b74ebb6e7ce0062d5713396f531bf2fcf4eb /altosui/AltosUI.java | |
parent | 59a9bdd73b580a9c934a574be7bf45c5033e14b5 (diff) |
altosuilib: Rename AltosUIMap*New.java to AltosUIMap*.java
This code isn't really new anymore...
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosUI.java')
-rw-r--r-- | altosui/AltosUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 88ae8530..5768fd49 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -295,7 +295,7 @@ public class AltosUI extends AltosUIFrame { } void LoadMaps() { - new AltosUIMapPreloadNew(AltosUI.this); + new AltosUIMapPreload(AltosUI.this); } void LaunchController() { |