Document the need for ~/altusmetrumllc/google-maps-api-key
[fw/altos] / altosui / AltosDeviceUIDialog.java
index 7ed599a342b0708585fcc8956a02693cb1c8f3cc..307c77f87aec21743feaa7a6e916cce3b2948265 100644 (file)
@@ -20,7 +20,7 @@ package altosui;
 import javax.swing.*;
 import java.awt.*;
 import java.awt.event.*;
-import org.altusmetrum.altosuilib.*;
+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())) {