Document the need for ~/altusmetrumllc/google-maps-api-key
[fw/altos] / altosui / AltosDeviceUIDialog.java
index ceabe84339e240e4531c51279fef95ba2a922112..307c77f87aec21743feaa7a6e916cce3b2948265 100644 (file)
@@ -20,7 +20,7 @@ package altosui;
 import javax.swing.*;
 import java.awt.*;
 import java.awt.event.*;
-import org.altusmetrum.altosuilib_1.*;
+import org.altusmetrum.altosuilib_2.*;
 
 public class AltosDeviceUIDialog extends AltosDeviceDialog {
 
@@ -46,7 +46,7 @@ public class AltosDeviceUIDialog extends AltosDeviceDialog {
                buttonPane.add(manage_bluetooth_button);
                buttonPane.add(Box.createRigidArea(new Dimension(10, 0)));
        }
-       
+
        public void actionPerformed(ActionEvent e) {
                super.actionPerformed(e);
                if ("manage".equals(e.getActionCommand())) {