altosuilib: Note that Windows now supports Bluetooth
[fw/altos] / altosuilib / AltosUILib.java
index 1f1ad23b4e748e2750b14901f3d94d39d33c6315..30813ae7636d603974f8bc97573633c0aa4e93f8 100644 (file)
@@ -112,9 +112,8 @@ public class AltosUILib extends AltosLib {
 
                        String OS = System.getProperty("os.name");
 
-                       if (OS.startsWith("Linux")) {
+                       if (OS.startsWith("L") || OS.startsWith("W"))
                                has_bluetooth = true;
-                       }
 
                        initialized = true;
                }