From: Keith Packard Date: Thu, 11 Sep 2014 21:23:29 +0000 (-0700) Subject: telegps: Was mis-configuring the 'Configure Device' dialog X-Git-Tag: bdale-altosdroid~40 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=6dafd7bf947d892e430cd565eb92a3366abb3604;ds=sidebyside telegps: Was mis-configuring the 'Configure Device' dialog Make sure we show 'rate_label' instead of showing 'radio_enable_label' twice. Signed-off-by: Keith Packard --- diff --git a/telegps/TeleGPSConfigUI.java b/telegps/TeleGPSConfigUI.java index 7a59bf48..e2e3d782 100644 --- a/telegps/TeleGPSConfigUI.java +++ b/telegps/TeleGPSConfigUI.java @@ -344,7 +344,7 @@ public class TeleGPSConfigUI c.insets = il; c.ipady = 5; rate_label = new JLabel("Telemetry baud rate:"); - pane.add(radio_enable_label, c); + pane.add(rate_label, c); c = new GridBagConstraints(); c.gridx = 4; c.gridy = row;