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/AltosFlashUI.java | |
| parent | 605b752080827bb59fcff5af9f1eab9fd5dad76b (diff) | |
altosui: Use shared AltosDeviceDialog
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosFlashUI.java')
| -rw-r--r-- | altosui/AltosFlashUI.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/altosui/AltosFlashUI.java b/altosui/AltosFlashUI.java index 3ccfa76c..878150f6 100644 --- a/altosui/AltosFlashUI.java +++ b/altosui/AltosFlashUI.java @@ -23,6 +23,7 @@ import javax.swing.*; import javax.swing.filechooser.FileNameExtensionFilter; import java.io.*; import java.util.concurrent.*; +import org.altusmetrum.altosuilib.*; public class AltosFlashUI extends AltosDialog @@ -175,7 +176,7 @@ public class AltosFlashUI } boolean select_debug_dongle() { - debug_dongle = AltosDeviceDialog.show(frame, Altos.product_any); + debug_dongle = AltosDeviceUIDialog.show(frame, Altos.product_any); if (debug_dongle == null) return false; |
