Forgot to remove comment when correcting fixme.

This commit is contained in:
kruland2607 2013-03-26 16:11:10 -05:00
parent b034eccd43
commit f6d4ce4a9b

View File

@ -55,7 +55,6 @@ public class FlightConfigurationDialog extends JDialog {
JPanel panel = new JPanel(new MigLayout("fill")); JPanel panel = new JPanel(new MigLayout("fill"));
// FIXME: Localize
JLabel label = new JLabel(trans.get("edtmotorconfdlg.lbl.Selectedconf")); JLabel label = new JLabel(trans.get("edtmotorconfdlg.lbl.Selectedconf"));
panel.add(label, "span, split"); panel.add(label, "span, split");