use multimaint-merge to make Debian changelogs less ugly
[fw/altos] / altosui / AltosSiteMapPreload.java
index 5d437e175f4863d47eb79d8d1cf32913951d1741..aa07bebc03a0b205e370b3b001354ff72b8050d9 100644 (file)
@@ -204,7 +204,7 @@ class AltosSites extends Thread {
                sites = new LinkedList<AltosSite>();
                preload = in_preload;
                try {
-                       url = new URL("http://gag.com/~keithp/launch-sites.txt");
+                       url = new URL(Altos.launch_sites_url);
                } catch (java.net.MalformedURLException e) {
                        notify_complete();
                }