altosui: Make bluetooth dialog modal
[fw/altos] / altosui / AltosBTDevice.java
index 5e946415235d7f24220ee637c24ed5762e3acb6d..ff2be49a66279009c6fc0f32ea69dce4d6ad89b7 100644 (file)
@@ -62,7 +62,7 @@ public class AltosBTDevice extends altos_bt_device implements AltosDevice {
                if (name == null)
                        name = "Altus Metrum";
                return String.format("%-20.20s %4d %s",
-                                    getProduct(), getSerial(), getAddr());
+                                    getProductName(), getSerial(), getAddr());
        }
 
        public String toShortString() {