diff options
| author | Keith Packard <keithp@keithp.com> | 2013-01-02 09:31:35 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-01-02 09:31:35 -0800 |
| commit | 8af405f1ac4d1b930f10465fd0270a49176f16d1 (patch) | |
| tree | dc3fa941a8ee16e009c39593b41906580150eec9 /altosui/AltosEepromManage.java | |
| parent | 605b752080827bb59fcff5af9f1eab9fd5dad76b (diff) | |
altosui: Use shared AltosDeviceDialog
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosEepromManage.java')
| -rw-r--r-- | altosui/AltosEepromManage.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/altosui/AltosEepromManage.java b/altosui/AltosEepromManage.java index b8de77da..cc9adb0c 100644 --- a/altosui/AltosEepromManage.java +++ b/altosui/AltosEepromManage.java @@ -22,6 +22,7 @@ import javax.swing.*; import java.io.*; import java.util.concurrent.*; import org.altusmetrum.AltosLib.*; +import org.altusmetrum.altosuilib.*; public class AltosEepromManage implements ActionListener { @@ -197,7 +198,7 @@ public class AltosEepromManage implements ActionListener { //boolean running = false; frame = given_frame; - device = AltosDeviceDialog.show(frame, Altos.product_any); + device = AltosDeviceUIDialog.show(frame, Altos.product_any); remote = false; |
